Subversion-Projekte lars-tiefland.em_wm

Revision

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

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