Mercurial > dirlist-php
comparison index.php @ 47:546c6b40d250
Changed enough stuff to bump minor version.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 24 May 2015 18:48:11 +0900 |
parents | 113f9121d38b |
children | c388003e921a |
comparison
equal
deleted
inserted
replaced
46:113f9121d38b | 47:546c6b40d250 |
---|---|
1 <?php | 1 <?php |
2 define('DL_VERSION', '2.1.0'); | 2 define('DL_VERSION', '2.2.0'); |
3 // Required for strftime(). Set to UTC because :internet:. | 3 // Required for strftime(). Set to UTC because :internet:. |
4 date_default_timezone_set('UTC'); | 4 date_default_timezone_set('UTC'); |
5 | 5 |
6 // $uri: web-facing path | 6 // $uri: web-facing path |
7 $uri = $_SERVER["REQUEST_URI"]; | 7 $uri = $_SERVER["REQUEST_URI"]; |