Mercurial > dirlist-php
comparison index.php @ 22:431682ff9169
Add version number.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 23 Oct 2014 21:07:21 +0900 |
parents | fb351f473fd5 |
children | 949398173ecb |
comparison
equal
deleted
inserted
replaced
21:fb351f473fd5 | 22:431682ff9169 |
---|---|
1 <?php | 1 <?php |
2 define('DL_VERSION', '1.0.0'); | |
2 // Required for strftime(). Set to UTC because :internet:. | 3 // Required for strftime(). Set to UTC because :internet:. |
3 date_default_timezone_set('UTC'); | 4 date_default_timezone_set('UTC'); |
4 | 5 |
5 // $path: actual requested path, with $alias_prefix removed, relative to $root. | 6 // $path: actual requested path, with $alias_prefix removed, relative to $root. |
6 $path = $_SERVER["REQUEST_URI"]; | 7 $path = $_SERVER["REQUEST_URI"]; |
196 </table> | 197 </table> |
197 | 198 |
198 <footer> | 199 <footer> |
199 <hr> | 200 <hr> |
200 <em> | 201 <em> |
201 Running <a href="https://bitbucket.org/edogawaconan/dirlist-php">dirlist-php</a>. | 202 Running <a href="https://bitbucket.org/edogawaconan/dirlist-php">dirlist-php <?php echo DL_VERSION ?></a>. |
202 Powered by PHP <?php echo phpversion(); ?>. | 203 Powered by PHP <?php echo phpversion(); ?>. |
203 </em> | 204 </em> |
204 </footer> | 205 </footer> |
205 | 206 |
206 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | 207 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |