[HOWTO] Get the php information on your ASUSTOR NAS

1. Open your notepad or text editor
2. Create a new file and enter the following:
3. Save it as "phpinfo.php"
4. Put the phpinfo.php in the [Web] shared folder
5. Log into ADM, go to [Services] -> [Web Server], make sure you have enabled it
6. Open your web browser and enter: http://YOUR_NAS_IP/phpinfo.php, and that's it!
2. Create a new file and enter the following:
- Code: Select all
<?php
phpinfo();
?>
3. Save it as "phpinfo.php"
4. Put the phpinfo.php in the [Web] shared folder
5. Log into ADM, go to [Services] -> [Web Server], make sure you have enabled it
6. Open your web browser and enter: http://YOUR_NAS_IP/phpinfo.php, and that's it!