From 776fcdd3352cd7611e9a9fdd08f83d9c52f85e47 Mon Sep 17 00:00:00 2001 From: aterekhov Date: Thu, 4 Dec 2008 09:58:45 +0000 Subject: [PATCH] Config moved to core/init git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@16 4cb57b5f-5bbd-dd11-951b-001d605cbbc5 --- init/init.inc.php | 22 +++++++++++++ init/sys.inc.php | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 init/init.inc.php create mode 100644 init/sys.inc.php diff --git a/init/init.inc.php b/init/init.inc.php new file mode 100644 index 0000000..e14ac0a --- /dev/null +++ b/init/init.inc.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/init/sys.inc.php b/init/sys.inc.php new file mode 100644 index 0000000..e63c949 --- /dev/null +++ b/init/sys.inc.php @@ -0,0 +1,94 @@ + \ No newline at end of file