| | |
| | | * End Form configuration |
| | | ******************************************/ |
| | | |
| | | require_once('../../lib/config.inc.php'); |
| | | require_once('../../lib/app.inc.php'); |
| | | require_once '../../lib/config.inc.php'; |
| | | require_once '../../lib/app.inc.php'; |
| | | |
| | | //* Check permissions for module |
| | | $app->auth->check_module_permissions('client'); |
| | |
| | | |
| | | //* load language file |
| | | $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'.lng'; |
| | | include($lng_file); |
| | | include $lng_file; |
| | | |
| | | /* |
| | | * We can only delete domains if they are NOT in use |
| | |
| | | $app->error($wb['error_domain_in webuse']); |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | $page = new page_action; |