Fixed paths for new directory structure.

This commit is contained in:
paul.baranowski 2010-10-04 10:56:36 -04:00
parent 4e73ed7e5a
commit 3e99ea7d97
5 changed files with 24 additions and 24 deletions

View file

@ -24,8 +24,8 @@ define('UI_UPLOAD_LANGID', UI_DEFAULT_LANGID);
define('UI_TIMEZONEOFFSET', date('Z'));
// Basic scripts
define('UI_HANDLER', 'htmlUI/ui_handler.php');
define('UI_BROWSER', 'htmlUI/ui_browser.php');
define('UI_HANDLER', 'ui_handler.php');
define('UI_BROWSER', 'ui_browser.php');
// HTML Form stuff
define('UI_STANDARD_FORM_METHOD', 'POST');