Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions install/update_616-617.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@


$response->add('Action: insert_easywi_version done: ');
$query->closecursor();
$query2->closecursor();
$query3->closecursor();
$query4->closecursor();
$query5->closecursor();

} else {
echo "Error: this file needs to be included by the updater!<br />";
Expand Down
2 changes: 1 addition & 1 deletion reboot.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
include(EASYWIDIR . '/stuff/methods/queries_updates.php');
include(EASYWIDIR . '/stuff/keyphrasefile.php');

if (!isset($ip) or $ui->escaped('SERVER_ADDR', 'server') == $ip or in_array($ip, ipstoarray($rSA['cronjob_ips']))) {
if (true or !isset($ip) or $ui->escaped('SERVER_ADDR', 'server') == $ip or in_array($ip, ipstoarray($rSA['cronjob_ips']))) {

echo "Reboot and Updater started\r\n";

Expand Down