mirror of
https://github.com/crestAT/nas4free-onebuttoninstaller.git
synced 2026-05-19 21:35:25 +02:00
* v0.3.1 update for path_check * v0.3.1 update strings * v0.3.1 remove test code * v0.3.1 update release strings
6 lines
157 B
PHP
6 lines
157 B
PHP
#!/usr/local/bin/php-cgi -f
|
|
<?php
|
|
require_once("config.inc");
|
|
require_once("{$config['onebuttoninstaller']['rootfolder']}onebuttoninstaller-start.php");
|
|
?>
|