Files
core/f_config/config.php
T
2018-03-24 21:28:12 +09:00

13 lines
311 B
PHP

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