Browse code

Created repository.

DoubleBastionAdmin authored on 29/11/2024 03:10:08
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+if (!defined('ACCESSCONST')) {
4
+    die("Access denied !");
5
+}
6
+
7
+function php_version() {
8
+    return phpversion();
9
+}
10
+
11
+?>