changeset 61:72580314dd6a default tip

Update source url
author nanaya <me@nanaya.pro>
date Sat, 23 Feb 2019 02:42:40 +0900
parents 89049f2cdcca
children
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Sat Nov 03 05:01:31 2018 +0900
+++ b/index.php	Sat Feb 23 02:42:40 2019 +0900
@@ -1,6 +1,6 @@
 <?php
 
-    define('DL_VERSION', '2.2.4');
+    define('DL_VERSION', '2.2.5');
     // Required for strftime(). Set to UTC because :internet:.
     date_default_timezone_set('UTC');
 
@@ -260,7 +260,7 @@
     <footer>
         <hr>
         <em>
-            Running <a href="https://bitbucket.org/edogawaconan/dirlist-php">dirlist-php <?= DL_VERSION ?></a>.
+            Running <a href="https://bitbucket.org/nanayapro/dirlist-php">dirlist-php <?= DL_VERSION ?></a>.
             Powered by PHP <?= phpversion(); ?>.
         </em>
     </footer>