Bozhidar Slaveykov 1 vuosi sitten
vanhempi
commit
e65cdab27a
2 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  1. 9 1
      README.md
  2. 1 1
      web/index.php

+ 9 - 1
README.md

@@ -1 +1,9 @@
-# AlphaXPanel
+# AlphaXPanel
+
+## Introduction
+AlphaXPanel is a web-based panel for AlphaX. It is written in PHP and uses the Laravel framework.
+
+## Installation
+wget https://raw.githubusercontent.com/alphaxcore/alphax/master/installers/install.sh
+chmod +x install.sh
+./install.sh

+ 1 - 1
web/index.php

@@ -1,3 +1,3 @@
 <?php
 <?php
-phpinf();
+phpinfo();
 ?>
 ?>