Files
core/f_config/config.php
T
2018-03-24 18:13:03 +09:00

12 lines
310 B
PHP

<?php
namespace sammo;
require(__dir__.'/../vendor/autoload.php');
define('__LINE__',__FILE__." ".__FUNCTION__." ".__LINE__." : ");
ob_start();
define('IMAGE', '../../image');
define('IMAGES', '../../images');
//define('IMAGE', 'http://115.68.28.99/image');
//define('IMAGES', 'http://115.68.28.99/images');