summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/index.php2
-rw-r--r--public/js/config.js12
2 files changed, 13 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index c8b5cde..5aea4f0 100644
--- a/public/index.php
+++ b/public/index.php
@@ -11,7 +11,7 @@ defined('APPLICATION_ENV')
// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
- '/opt/ZF/library',
+// '/opt/ZF/library',
get_include_path(),
)));
diff --git a/public/js/config.js b/public/js/config.js
new file mode 100644
index 0000000..caf1822
--- /dev/null
+++ b/public/js/config.js
@@ -0,0 +1,12 @@
+
+var configCreate = function () {
+
+};
+
+var configEdit = function () {
+
+};
+
+var configDelete = function () {
+
+};