fix encoding
[GitHub/Stricted/Domain-Control-Panel.git] / lib / page / RecordListPage.class.php
index 2e7959d5bca1b502d5e96d7f34d046c1afdc10e3..36a97f1916a0943713ecb2e052248b544148c353 100644 (file)
@@ -19,7 +19,7 @@ class RecordListPage extends AbstractPage {
                
                $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();