initial
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
<?
|
||||
define(__LINE__,__FILE__." ".__FUNCTION__." ".__LINE__." : ");
|
||||
ob_start();
|
||||
|
||||
// 주요 환경변수들
|
||||
define(W, '/');
|
||||
|
||||
//define(IMAGE, '../../image');
|
||||
//define(IMAGES, '../../images');
|
||||
define(IMAGE, 'http://115.68.28.99/image');
|
||||
define(IMAGES, 'http://115.68.28.99/images');
|
||||
|
||||
define(JQUERY, 'jquery-1.6.4.min.js');
|
||||
define(MD5, 'md5-min.js');
|
||||
|
||||
define(D, 'd_');
|
||||
define(E, 'e_');
|
||||
define(F, 'f_');
|
||||
define(I, 'i_');
|
||||
|
||||
define(D_SESSION, 'd_session');
|
||||
define(D_SETTING, 'd_setting');
|
||||
define(D_CHAT, 'd_chat');
|
||||
define(D_LOG, 'd_log');
|
||||
define(E_LIB, 'e_lib');
|
||||
define(F_CONFIG, 'f_config');
|
||||
define(F_FUNC, 'f_func');
|
||||
|
||||
define(JS, '.js');
|
||||
define(CSS, '.css');
|
||||
define(PHP, '.php');
|
||||
define(FRAME, 'Frame.php');
|
||||
define(STYLE, 'Style.css');
|
||||
define(ACTION, 'Action.js');
|
||||
define(POST, 'Post.php');
|
||||
define(GET, 'Get.php');
|
||||
define(INC, 'Inc.php');
|
||||
|
||||
define(APP, 'app');
|
||||
define(FUNC, 'func');
|
||||
define(DB, 'DB');
|
||||
define(SESSION, 'SESSION');
|
||||
define(CONFIG, 'config');
|
||||
define(SET, 'set');
|
||||
define(SETTING, 'SETTING');
|
||||
define(SETTINGS, 'SETTINGS');
|
||||
define(RETRIVAL, 'retrival');
|
||||
define(INSTALL, 'install');
|
||||
|
||||
define(SLEEP, 'sleep');
|
||||
|
||||
//define(BLOCKBODY, '');
|
||||
define(BLOCKBODY, 'oncontextmenu="return false" onselectstart="return false" ondragstart="return false"');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user