From 94c57fa247ba107fce8fc1d1fc355191229dbddc Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 8 Aug 2021 22:31:51 +0200 Subject: Permissions system --- admin/panes/version.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'admin/panes/version.php') diff --git a/admin/panes/version.php b/admin/panes/version.php index 10f1274..8642178 100644 --- a/admin/panes/version.php +++ b/admin/panes/version.php @@ -30,7 +30,7 @@
-

This server is running version

+

version

@@ -38,7 +38,7 @@
  • PHP
  • Minteck's Space
  • UnchainedTech
  • -
  • Neutron Cloud
  • +
  • Neutron Cloud ()
  • Neutron Copper
  • Neutron Titanium
  • @@ -64,7 +64,7 @@ $soft = $_SERVER['SERVER_SOFTWARE']; if (strpos(strtolower($soft), "apache") !== false) { - echo("Apache HTTP Server"); + echo(l("Apache HTTP Server", "Serveur HTTP Apache")); } else { echo("nginx"); } @@ -83,13 +83,13 @@
      -
    • Checking for updates...
    • +
    • ...
    • @@ -98,21 +98,21 @@ -- cgit