6 lines
73 B
PHP
6 lines
73 B
PHP
<?php if ( ! defined( 'FW' ) ) {
|
|
die( 'Forbidden' );
|
|
}
|
|
|
|
$cfg = array();
|