summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-07-31 18:29:38 -0300
committerYaco <franco@reevo.org>2019-07-31 18:29:38 -0300
commit85e095bdc9a89081cc2574fbaa2164d171879039 (patch)
tree375546cf8ff25c2cf54c3f0a0b714abfce3a81c4 /www
parent239d74954f024919721c1f851873298cb4c6e82d (diff)
saca variables de debug
Diffstat (limited to 'www')
-rw-r--r--www/wiki/LocalSettings.Reevo.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/wiki/LocalSettings.Reevo.php b/www/wiki/LocalSettings.Reevo.php
index 1be2d42b..b1ac8292 100644
--- a/www/wiki/LocalSettings.Reevo.php
+++ b/www/wiki/LocalSettings.Reevo.php
@@ -245,15 +245,3 @@ require_once( "$IP/extensions/ImportarPerfil/ImportarPerfil.php" );
## CountryStates
wfLoadExtension( 'CountryStates' );
-
-
-####### DEBUG
-if( strpos( $REEVO_URL, 'test' ) !== false) {
- $wgShowExceptionDetails = true;
- $wgDebugComments = true;
- $wgDebugLogFile = "../../log/wiki/mediawiki.log";
- $wgShowSQLErrors = true;
- $wgDebugDumpSql = true;
- $wgShowExceptionDetails= true;
- $wgShowDBErrorBacktrace = true;
-}