From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001
From: Minteck <46352972+Minteck@users.noreply.github.com>
Date: Sun, 1 Aug 2021 22:28:15 +0200
Subject: Update
---
admin/panes/version.php | 139 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 139 insertions(+)
create mode 100644 admin/panes/version.php
(limited to 'admin/panes/version.php')
diff --git a/admin/panes/version.php b/admin/panes/version.php
new file mode 100644
index 0000000..04ef136
--- /dev/null
+++ b/admin/panes/version.php
@@ -0,0 +1,139 @@
+
+
+
+
+
+
This server is running = php_uname('s') ?> version
+
+
= php_uname('r') . " " . php_uname('v') ?>
+
+
+ - PHP = PHP_VERSION ?>
+ - UnchainedTech = trim(file_get_contents("/mnt/blogchain/version.txt")) ?>
+ - Neutron Cloud = trim(file_get_contents("/mnt/minteckrolt-cloud/@BASE/source/api/version")) ?>
+ - Neutron Copper = trim(file_get_contents("/mnt/minteckrolt-cloud/@BASE/source/api/cyclic_version")) ?>
+ - Neutron Titanium = trim(file_get_contents("/mnt/minteckrolt-cloud/@BASE/source/api/jaw_version")) ?>
+ -
+
+
+ - Git
+ -
+
+
+
+ - Checking for updates...
+
+ -
+ 0 package·s have updates available
+
+
+ View details
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit