Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 115 | Revision 117 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 115 Revision 116
Zeile 1... Zeile 1...
1
<?
1
<?
2
    require ( "include/common.php" );
2
    require ( "include/common.php" );
3
    if ( isset($_GET["XDEBUG_PROFILER"]) )
3
    if ( isset($_GET["XDEBUG_PROFILE"]) )
4
    {
4
    {
5
        setcookie( "XDEBUG_PROFILER", $_GET["XDEBUG_PROFILER"] );
5
        setcookie( "XDEBUG_PROFILE", $_GET["XDEBUG_PROFILE"] );
6
    }
6
    }
7
    //	$smarty->caching = true;
7
    //	$smarty->caching = true;
8
    $smarty->cache_lifetime = 86400;
8
    $smarty->cache_lifetime = 86400;
9
    $start = intval( isset($_POST["start"]) ? $_POST["start"] : 0 );
9
    $start = intval( isset($_POST["start"]) ? $_POST["start"] : 0 );
10
    define( "CACHE_ID", $u_loc . "|" . $start );
10
    define( "CACHE_ID", $u_loc . "|" . $start );