From 100572c23d79d2648ef4ac0560007866e5625c65 Mon Sep 17 00:00:00 2001 From: bd54 Date: Mon, 30 Aug 2010 11:49:18 +0200 Subject: Extension for client configuration (structure) added --- public/index.php | 2 +- public/js/config.js | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 public/js/config.js (limited to 'public') 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 () { + +}; -- cgit v1.2.3-55-g7522