소스 검색

change version

rajven 5 년 전
부모
커밋
de4a6b0052
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      html/inc/footer.php
  2. 1 1
      html/inc/footer.small.php

+ 1 - 1
html/inc/footer.php

@@ -1,4 +1,4 @@
-<div id="copyright">Copyright &copy; 2008-2021 Stat v2.0 <a href="mailto:rnd@rajven.ru">Техническая поддержка</a></div>
+<div id="copyright">Copyright &copy; 2008-2021 Stat v2.3<a href="https://github.com/rajven/statV2">rnd@rajven.ru</a></div>
 
 <?php
 $end_time = microtime();

+ 1 - 1
html/inc/footer.small.php

@@ -1,4 +1,4 @@
-<div id="copyright">Copyright &copy; 2008-2021 Stat v2.0<a href="mailto:rnd@rajven.ru">Техническая поддержка</a></div>
+<div id="copyright">Copyright &copy; 2008-2021 Stat v2.3<a href="https://github.com/rajven/statV2">rnd@rajven.ru</a></div>
 <?php
 $end_time = microtime();
 $end_array = explode(" ",$end_time);