From 48318e9f21bf93e25975d12dfa34e4a9cbabd4d7 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 27 May 2026 22:50:45 -0400 Subject: [PATCH] live setting --- protected/ENV_Example_CONFIG | 5 +++ protected/src/Configs/on_HTML.php | 20 ++++++++++++ protected/src/Configs/on_IOcornerstone.php | 38 ++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 protected/ENV_Example_CONFIG create mode 100644 protected/src/Configs/on_HTML.php create mode 100644 protected/src/Configs/on_IOcornerstone.php diff --git a/protected/ENV_Example_CONFIG b/protected/ENV_Example_CONFIG new file mode 100644 index 0000000..99251e4 --- /dev/null +++ b/protected/ENV_Example_CONFIG @@ -0,0 +1,5 @@ +DB_HOST=127.0.0.1 +DB_NAME=goals_db +DB_USER=root +DB_PASSWORD= +SESSION_KEY= diff --git a/protected/src/Configs/on_HTML.php b/protected/src/Configs/on_HTML.php new file mode 100644 index 0000000..82893be --- /dev/null +++ b/protected/src/Configs/on_HTML.php @@ -0,0 +1,20 @@ + 'Robert Strutts', + 'title' => 'StickingToGoal.com', + 'javascript' => array(), //'js/analytics.js'=>'project' + 'robots' => 'noindex', + 'keywords' => 'goal, setting', + 'description' => 'Goals site', +)); \ No newline at end of file diff --git a/protected/src/Configs/on_IOcornerstone.php b/protected/src/Configs/on_IOcornerstone.php new file mode 100644 index 0000000..4399360 --- /dev/null +++ b/protected/src/Configs/on_IOcornerstone.php @@ -0,0 +1,38 @@ + 'StickingToGoal.com', + 'short_url' => true, + 'default_project' => 'Home', + 'check_HTML_tags' => true, + 'live' => (SiteHelper::remoteNotAllowedForceLive()), +)); \ No newline at end of file