Files
Web-NibblePoker/commons/config.php
Herwin Bozet b3274d1f8c Initial commit
Update .gitignore, 403.php, and 60 more files...
2021-12-08 13:18:09 +01:00

7 lines
270 B
PHP

<?php if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) { header('HTTP/1.1 403 Forbidden'); die(); } ?>
<?php
$host = "nibblepoker.lu";
$host_uri = "https://nibblepoker.lu";
$dir_commons = dirname(__FILE__);
$dir_root = realpath($dir_commons . "/../");
?>