Subversion-Projekte lars-tiefland.em_wm

Revision

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

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