This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,18 +0,0 @@
#!/usr/local/psa/bin/sw-engine-pleskrun
<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
try {
require_once('sdk.php');
require_once("modules/watchdog/wdcplib.php");
wd__db_connect();
$database = Database::build();
$setup = new Setup($database->getParam(), $database->getDisk(), $database->getService(), pm_Bootstrap::getDbAdapter());
$setup->run();
} catch (Exception $e) {
echo $e->getMessage() . "\n";
exit(1);
}