mirror of https://github.com/helloxz/imgurl
8 lines
184 B
PHP
8 lines
184 B
PHP
![]() |
<?php
|
||
|
include_once("../config.php");
|
||
|
|
||
|
$year = date('Y',time());
|
||
|
|
||
|
$version = file_get_contents(APP."functions/version.txt");
|
||
|
echo "当前版本:".$version."<br />";
|
||
|
?>
|