mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
adding version number
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,6 @@
|
|||||||
.old/
|
.old/
|
||||||
board/
|
board/
|
||||||
xkeeper/
|
xkeeper/
|
||||||
|
version.txt
|
||||||
lib/config.php
|
lib/config.php
|
||||||
lib/firewall.php
|
lib/firewall.php
|
@@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
|
|
||||||
if (file_exists("lib/firewall.php") && !filter_int($disable_firewall)) {
|
if (file_exists("lib/firewall.php") && !filter_int($disable_firewall)) {
|
||||||
trigger_error("Loading firewall", E_USER_NOTICE);
|
|
||||||
require 'lib/firewall.php';
|
require 'lib/firewall.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -519,9 +519,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{$smallfont}
|
{$smallfont}
|
||||||
Acmlmboard - $verupdated b". str_pad($vernumber, 3, "0", STR_PAD_LEFT) ."
|
Acmlmboard - ". (file_exists('version.txt') ? file_get_contents("version.txt") : shell_exec("git log --format='commit %h [%ad]' --date='short' -n 1")) ."
|
||||||
<br>©2000-2013 Acmlm, Xkeeper, Inuyasha, et al. <!-- Acmlm, Emuz, Blades, Xkeeper
|
<br>©2000-". date("Y") ." Acmlm, Xkeeper, Inuyasha, et al.
|
||||||
<br><img src=\"images/4funin1.png\" title=\"totally!\" width=448 height=48> -->
|
|
||||||
</font>
|
</font>
|
||||||
</td>
|
</td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
Reference in New Issue
Block a user