Update jobs_list.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:51 +02:00
parent 4926db093f
commit 38c0f6c310

View File

@ -40,7 +40,7 @@
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['jobs'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
$sprache = getlanguagefile('api', $user_language, $reseller_id);