$soaIDs = User::getAccessibleDomains();
if (!in_array($_GET['id'], $soaIDs)) {
- throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+ throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
}
$idna = new idna_convert();
$soaIDs = User::getAccessibleDomains();
if (!in_array($rr['zone'], $soaIDs)) {
- throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+ throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
}
$sql = "SELECT * FROM dns_soa WHERE id = ?";
$soaIDs = User::getAccessibleDomains();
if (!in_array($_GET['id'], $soaIDs)) {
- throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+ throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
}
$idna = new idna_convert();
print_r($_REQUEST);
$soaIDs = User::getAccessibleDomains();
if (!in_array($_GET['id'], $soaIDs)) {
- throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+ throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
}
$sql = "SELECT * FROM dns_soa WHERE id = ?";
$soaIDs = User::getAccessibleDomains();
if (!in_array($_GET['id'], $soaIDs)) {
- throw new \Exception('Access denied. You\92re not authorized to view this page.', 403);
+ throw new \Exception('Access denied. You\'re not authorized to view this page.', 403);
}
$sql = "SELECT * FROM dns_soa WHERE id = ?";