X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=a2de85ae3ff7cdd432afa29051d14bbf98baa0a1;hp=1a48055a5c91c7c2e1f24c5b6b8e33cb5a0c99c6;hb=22bd56c3686530b61c930e728eaade45ee17d9cc;hpb=06d1625cdc393dcd75ec028201e3799eafe5205b diff --git a/index.php b/index.php index 1a48055..a2de85a 100644 --- a/index.php +++ b/index.php @@ -25,14 +25,29 @@ else $pic = -1; /* end parse flags */ +/* autoversioning of js and css files */ +function autoversion($file) +{ + /* changes the file name of e.g. css/style.css to css/style..css/js + * this way the browser can cache the file and will reload it if the file changed + * needs to have .htaccess set up correctly to link back to css/style.css */ + + /* only use it for file that have an absolut path */ + if(!file_exists(dirname($_SERVER['SCRIPT_FILENAME']). '/' . $file)) + return $file; + + $md5 = md5_file(dirname($_SERVER['SCRIPT_FILENAME']). '/' . $file); + return preg_replace('{\\.([^./]+)$}', ".$md5.\$1", $file); +} + /* The basic layout */ ?> <?php echo htmlspecialchars($title) ?> - - - + +" /> +" /> @@ -68,283 +83,16 @@ page +