1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/gwtorganise/war/index.php
Ben Smith bb81dd694d Updated to latest G3 experimental.
Added drag and drop from desktop.
Added ability to resize before upload / including resize options
Added Thumbnails when uploading.
Moved to latest GWT so some speed improvements
2010-01-26 17:00:01 +13:00

4 lines
349 B
PHP

<?
$url = $_REQUEST['url'];
?><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Gallery Administration</title><script type="text/javascript" language="javascript" src="g3viewer/g3viewer.nocache.js"></script></head><body><input type="hidden" id="baseurl" value="<?= $url ?>"/><div id="main"></div></body></html>