mirror of https://github.com/helloxz/imgurl.git
xiaoz
7 years ago
6 changed files with 32 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||||||
|
<?php |
||||||
|
include_once("../config.php"); |
||||||
|
|
||||||
|
$year = date('Y',time()); |
||||||
|
|
||||||
|
$version = file_get_contents(APP."functions/version.txt"); |
||||||
|
echo "当前版本:".$version."<br />"; |
||||||
|
?> |
Loading…
Reference in new issue