Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/js/scrigo.js.php
@@ -1,10 +1,10 @@
<?php
   session_start();
   include('../../lib/config.inc.php');
include '../../lib/config.inc.php';
    header('Content-Type: text/javascript; charset=utf-8'); // the config file sets the content type header so we have to override it here!
   require_once('../../lib/app.inc.php');
require_once '../../lib/app.inc.php';
   $lang = (isset($_SESSION['s']['language']) && $_SESSION['s']['language'] != '')?$_SESSION['s']['language']:'en';
   include_once(ISPC_ROOT_PATH.'/web/strengthmeter/lib/lang/'.$lang.'_strengthmeter.lng');
include_once ISPC_ROOT_PATH.'/web/strengthmeter/lib/lang/'.$lang.'_strengthmeter.lng';
   
   $app->uses('ini_parser,getconf');
   $server_config_array = $app->getconf->get_global_config();
@@ -823,4 +823,3 @@
      })
   }
});