X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=a2de85ae3ff7cdd432afa29051d14bbf98baa0a1;hp=85610d9b623c57b5187595fdf83d6f0a40e6b414;hb=ee441e7cba2a15b7a617f103b511545f4029a174;hpb=20cba444993baea357308bf746d3675438c548bc;ds=sidebyside diff --git a/index.php b/index.php index 85610d9..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,7 +83,7 @@ page - +