Changeset 14527 for trunk/administration
- Timestamp:
- 10/18/10 04:29:45 (20 months ago)
- File:
-
- 1 edited
-
trunk/administration/host_tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/host_tools.php
r13886 r14527 4 4 require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' ); 5 5 require_once( BX_DIRECTORY_PATH_INC . 'admin_design.inc.php' ); 6 7 if ( false != bx_get('get_phpinfo') ) { 8 echo phpInfo(); 9 exit; 10 } 6 11 7 12 bx_import('BxDolAdminTools');
Note: See TracChangeset
for help on using the changeset viewer.