00001 ;<?php sleep(300);exit(1); ?> 00002 [Dir] 00003 ;{{ Modules and Plugins [Do not change {For Zigmoyd Runtime}] 00004 Z_DIR_LIB = "usr/lib" 00005 MOD_KEY_NAME_EXPLICIT = "usr/lib/module" 00006 MOD_KEY_NAME_INTERNAL = "usr/lib/abstract" 00007 PLUG_KEY_NAME_EXPLICIT = "usr/lib/plugin" 00008 PLUG_KEY_NAME_INTERNAL = "usr/lib/pabs" 00009 Z_DIR_MYC = "usr/lib/cons" 00010 ;}} 00011 Z_DIR_SHARE = "usr/share" 00012 ;{{ View 00013 Z_VIEW_DIR_NAME = "usr/share/view" 00014 ;}} 00015 ;{{ Scripts or files that are going to be executed Client side e.g. js / images 00016 Z_DIR_CLEXEC = "usr/share/scripts" 00017 Z_DIR_IMG = "usr/share/pix" 00018 Z_DIR_JS = "usr/share/scripts/js" 00019 Z_DIR_VBS = "usr/share/scripts/vbs" 00020 Z_DIR_CSS = "usr/share/scripts/css" 00021 ;Z_DIR_AJX = "usr/share/scripts/ajax" 00022 ;Z_DIR_AJX_C = "usr/share/scripts/ajax/client" 00023 ;Z_DIR_AJX_S = "usr/share/scripts/ajax/server" 00024 Z_DIR_TMPL = "usr/share/template" 00025 Z_DIR_LOCAL_SRC = "usr/local/src" 00026 Z_DIR_LOCAL_LIB = "usr/local/lib" 00027 ;}} 00028 ;{{ Binary Files 00029 Z_DIR_BIN = "usr/share/bin" 00030 Z_DIR_FONT = "usr/share/bin/font" 00031 ;}} 00032 ;{{ Transfer Upload and Download 00033 Z_DIR_TRANS = "trans" 00034 Z_DIR_TRANS_UP = "transfer/up" 00035 Z_DIR_TRANS_DN = "transfer/down" 00036 ;}} 00037 ;{{ Files need to be included by config.php 00038 Z_DIR_INCLUDE = "usr/include" 00039 Z_DIR_SEC = "usr/include/sec" 00040 Z_DIR_ERR = "usr/include/err" 00041 ;}} 00042 ;{{ Log Directories 00043 Z_DIR_LOG_DEBUG = "var/log/debug" 00044 Z_DIR_LOG_ERROR = "var/log/error" 00045 Z_DIR_UNIT_TEST = "var/unit" 00046 ;}} 00047 ;{{ Directory where you keep all your settings related files 00048 Z_DIR_ETC_INIT = "init.d" 00049 Z_DIR_ETC_CONF = "conf.d" 00050 ;}} 00051 Z_DIR_RDMP = "run";Readymade scripts 00052 Z_DIR_CACHE_MVC = "var/cache/mvc" 00053 Z_DIR_PID = "var/pid";PID 00054 Z_DIR_TMP = "tmp";temporary 00055 Z_DIR_PROJECTS = "projects" 00056 Z_DIR_MVC_CONTROLLER = "controller" 00057 Z_DIR_MVC_MODEL = "model" 00058 Z_DIR_MVC_VIEW = view 00059 Z_DIR_APPS = apps