comparison index.php @ 60:89049f2cdcca

Bump version
author nanaya <me@nanaya.pro>
date Sat, 03 Nov 2018 05:01:31 +0900
parents 612d99622699
children 72580314dd6a
comparison
equal deleted inserted replaced
59:612d99622699 60:89049f2cdcca
1 <?php 1 <?php
2 2
3 define('DL_VERSION', '2.2.3'); 3 define('DL_VERSION', '2.2.4');
4 // Required for strftime(). Set to UTC because :internet:. 4 // Required for strftime(). Set to UTC because :internet:.
5 date_default_timezone_set('UTC'); 5 date_default_timezone_set('UTC');
6 6
7 // $uri: web-facing path 7 // $uri: web-facing path
8 $uri = $_SERVER["REQUEST_URI"]; 8 $uri = $_SERVER["REQUEST_URI"];