aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-30 11:04:20 +0100
committerMichael Meer <michael@meer.name>2014-01-30 11:04:20 +0100
commitc5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb (patch)
tree028b8581806f99a002d30f2abbdf1d6cf8b85f02 /index.php
parent0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38 (diff)
downloadvolse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.tar.gz
volse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.tar.bz2
volse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.zip
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 15fa264bd..c2421bc0e 100755
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@ $a = new App;
/**
*
* Load the configuration file which contains our DB credentials.
- * Ignore errors. If the file doesnt exist or is empty, we are running in installation mode.
+ * Ignore errors. If the file doesn't exist or is empty, we are running in installation mode.'
*
*/
@@ -181,8 +181,6 @@ if(strlen($a->module)) {
* If the site has a custom module to over-ride the standard module, use it.
* Otherwise, look for the standard program module in the 'mod' directory
*/
- logger('Index.php', LOGGER_DEBUG);
- //logger('Index.php array ' . print_r($a,true), LOGGER_DEBUG);
if(! $a->module_loaded) {
if(file_exists("custom/{$a->module}.php")) {