- Timestamp:
- 08/10/08 23:11:36 (5 months ago)
- Location:
- trunk/gui
- Files:
-
- 2 modified
-
client/alias_edit.php (modified) (1 diff)
-
include/class.config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/client/alias_edit.php
r1265 r1321 61 61 ); 62 62 63 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_ domains_manage.tpl');64 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_ domains_manage.tpl');63 gen_client_mainmenu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/main_menu_manage_domains.tpl'); 64 gen_client_menu($tpl, Config::get('CLIENT_TEMPLATE_PATH') . '/menu_manage_domains.tpl'); 65 65 66 66 gen_logged_from($tpl); -
trunk/gui/include/class.config.php
r1241 r1321 65 65 'SCOREBOARDS_DIR' => null, 66 66 'ZIP' => null, 67 'PHP4_FASTCGI_BIN' => null,68 67 'PHP5_FASTCGI_BIN' => null, 69 68 'PHP_VERSION' => null,
