4 lines
56 B
PHP
4 lines
56 B
PHP
|
|
<?php
|
||
|
|
$config = new stdclass();
|
||
|
|
$config->debug = false;
|