5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
$this->runScript(PACKAGE, "copy_files");
|
|
$this->runScript(PACKAGE, "update_database");
|
|
?>
|