6 lines
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
|
|
$output1 = shell_exec($command . '/../includes/install.sql');
|
|
|
|
?>
|