Skip to content

Commit 5a86dcc

Browse files
committed
Version Change and Bug Fix
1 parent 3bc9333 commit 5a86dcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
session_start();
33

4-
define("VERSION", "0.3.3");
4+
define("VERSION", "0.3.4");
55
define("_LOG_COUNT_MAX_", 20);
66
date_default_timezone_set('America/Toronto');
77

@@ -17,7 +17,7 @@
1717
});
1818

1919
ToroHook::add("404Web", function() {
20-
include_once('admin-pages/404.html');
20+
include_once('404.html');
2121
});
2222

2323
Toro::serve(array(

0 commit comments

Comments
 (0)