diff options
author | M <m@lfurio.us> | 2015-11-22 17:01:22 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-11-22 17:01:22 -0500 |
commit | 0eb4a38716f48dfa5f40601cdafef16f38282765 (patch) | |
tree | 678a3556842f259c47ce1511fa6a01e5980a01e3 /app/controller | |
parent | 45b1481e4d3a8ce5d92fee955468616588bb51f0 (diff) | |
download | scrott-0eb4a38716f48dfa5f40601cdafef16f38282765.tar.gz scrott-0eb4a38716f48dfa5f40601cdafef16f38282765.zip |
* Placeholder message for site content
Diffstat (limited to '')
-rw-r--r-- | app/controller/root.control.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controller/root.control.php b/app/controller/root.control.php index 6263862..d77b0e6 100644 --- a/app/controller/root.control.php +++ b/app/controller/root.control.php @@ -22,6 +22,8 @@ class Root extends Controller } /* TODO */ + else + echo "Configuration is present!"; } /* |