Beispiel #1
0
    ini_set('error_prepend_string', null);
    ini_set('error_append_string', null);
}
session_start();
include_once 'ressources/class.templates.inc';
include_once 'ressources/class.ldap.inc';
include_once 'ressources/class.user.inc';
include_once 'ressources/class.langages.inc';
include_once 'ressources/class.sockets.inc';
$GLOBALS["langs"] = array("fr", "en", "po", "es", "it");
if (isset($_GET["jquery"])) {
    return;
    include_once 'ressources/class.page.builder.inc';
    $p = new pagebuilder();
    $jquery = $p->jqueryPath();
    $jQueryCustom = $p->jQueryCustom();
    $f[] = $jquery;
    $f[] = $jQueryCustom;
    $f[] = "/js/jqueryFileTree.js";
    $f[] = "/js/jquery.easing.1.3.js";
    $f[] = "/js/thickbox-compressed.js";
    $f[] = "/js/jquery.simplemodal-1.3.3.min.js";
    $f[] = "/js/jquery.jgrowl_minimized.js";
    $f[] = "/js/jquery.cluetip.js";
    $f[] = "/js/jquery.blockUI.js";
    $f[] = "/js/jquery.treeview.min.js";
    $f[] = "/js/jquery.treeview.async.js";
    $f[] = "/js/jquery.tools.min.js";
    $f[] = "/js/jquery.qtip.js";
    $f[] = "/js/jquery.kwicks-1.5.1.pack.js";
    $f[] = "/js/flexigrid.pack.js";