Files
ugc/inc/settings.php
2015-08-16 23:47:00 +02:00

6 lines
47 B
PHP

<?php
class Settings
{
const DEBUG = false;
}