From: Matteo Nastasi (mop) Date: Sun, 3 Jun 2007 10:25:22 +0000 (+0000) Subject: minor changes X-Git-Tag: 3.0.0~254 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=5918d37b0c8f041c7cb5f4d469bf5820f39902d7;p=brisk.git minor changes --- diff --git a/web/brisk.phh b/web/brisk.phh index fb00692..111660f 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -40,7 +40,7 @@ define(BRISK_DEBUG, FALSE); // define(DEBUGGING, "local"); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "0.7.0"; +$G_brisk_version = "0.7.1"; $root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': ottimizzazione della CPU e chiuso il bug di mancato cambio pagina.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ); @@ -456,7 +456,7 @@ function step_get($sess) { function step_unproxy($sess) { log_rd2($sess, "UNPROXY: ".PROXY_PATH."/".$sess.".step"); - unlink(PROXY_PATH."/".$sess.".step"); + @unlink(PROXY_PATH."/".$sess.".step"); }