diff --git a/system/typemill/Models/License.php b/system/typemill/Models/License.php index 8a8604b..4a8593f 100644 --- a/system/typemill/Models/License.php +++ b/system/typemill/Models/License.php @@ -153,7 +153,7 @@ class License $thishost = parse_url($urlinfo['baseurl'], PHP_URL_HOST); $thishost = str_replace("www.", "", $thishost); - $whitelist = ['localhost', '127.0.0.1', 'typemilltest.', $licensehost]; + $whitelist = ['localhost', '127.0.0.1', 'typemilltest.', 'try.', $licensehost]; foreach($whitelist as $domain) { @@ -177,7 +177,7 @@ class License $thishost = preg_replace('/^www\./', '', $thishost); $thishost = $this->extractBaseDomain($thishost); - $whitelist = ['localhost', '127.0.0.1', 'typemilltest.', $licensehost]; + $whitelist = ['localhost', '127.0.0.1', 'typemilltest.', 'try.', $licensehost]; foreach($whitelist as $domain) { diff --git a/system/typemill/author/content/raw-editor.twig b/system/typemill/author/content/raw-editor.twig index aeacc38..9b66390 100644 --- a/system/typemill/author/content/raw-editor.twig +++ b/system/typemill/author/content/raw-editor.twig @@ -7,6 +7,8 @@
+
+
{% endblock %} @@ -19,6 +21,7 @@ +