Changeset 4740 for extensions/upload_form/upload.php
- Timestamp:
- Jan 25, 2010, 11:56:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/upload_form/upload.php
r4739 r4740 3 3 // | Piwigo - a PHP based picture gallery | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 20 09Pierrick LE GALL http://piwigo.org |5 // | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | This program is free software; you can redistribute it and/or modify | … … 27 27 include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); 28 28 include_once(UPLOAD_FORM_PATH.'include/functions_upload.inc.php'); 29 // load_language('plugin.lang', COMMUNITY_PATH);29 load_language('plugin.lang', UPLOAD_FORM_PATH); 30 30 31 31 $admin_base_url = get_root_url().'admin.php?page=plugin§ion=upload_form%2Fupload.php';
Note: See TracChangeset
for help on using the changeset viewer.