Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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();
@@ -841,4 +841,3 @@
      })
   }
});