mirror of
https://github.com/crestAT/nas4free-onebuttoninstaller.git
synced 2026-05-19 13:33:40 +02:00
6 lines
156 B
PHP
6 lines
156 B
PHP
#!/usr/local/bin/php-cgi -f
|
|
<?php
|
|
require_once("config.inc");
|
|
require_once("{$config['onebuttoninstaller']['rootfolder']}onebuttoninstaller-start.php");
|
|
?>
|