Mercurial > dirlist-php
comparison index.php @ 61:72580314dd6a default tip
Update source url
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 23 Feb 2019 02:42:40 +0900 |
parents | 89049f2cdcca |
children |
comparison
equal
deleted
inserted
replaced
60:89049f2cdcca | 61:72580314dd6a |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 define('DL_VERSION', '2.2.4'); | 3 define('DL_VERSION', '2.2.5'); |
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"]; |
258 </table> | 258 </table> |
259 | 259 |
260 <footer> | 260 <footer> |
261 <hr> | 261 <hr> |
262 <em> | 262 <em> |
263 Running <a href="https://bitbucket.org/edogawaconan/dirlist-php">dirlist-php <?= DL_VERSION ?></a>. | 263 Running <a href="https://bitbucket.org/nanayapro/dirlist-php">dirlist-php <?= DL_VERSION ?></a>. |
264 Powered by PHP <?= phpversion(); ?>. | 264 Powered by PHP <?= phpversion(); ?>. |
265 </em> | 265 </em> |
266 </footer> | 266 </footer> |
267 | 267 |
268 <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | 268 <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> |