Files
scummvm-web/include/config.php
T

16 lines
156 B
PHP

<?php
/*
* config lib for ScummVM
* by Jeremy Newman <jnewman@dracowulf.com>
*
*/
/*
* global params
*/
$debug = 0; //turns debugging on/off
?>