14 lines
426 B
PHP
Executable File
14 lines
426 B
PHP
Executable File
<?php
|
|
|
|
|
|
// Manage and display error :
|
|
|
|
# Error 1 : The lvl of the user is too small for access to this page
|
|
# Error 2 : The lvl of the user is too big for access to this page
|
|
# Error 3 : The user is not active in DB
|
|
# Error 4 : The group of user is not active in DB
|
|
# Error 5 : Hosting is deactivated
|
|
# Error 6 : One or more of hosting server for specified hosting is deactivated. join support
|
|
# Error 404 : File not found
|
|
?>
|