1
0
This commit is contained in:
Garvin Hicking
2013-08-22 12:32:04 +02:00
parent 82aa3db9ff
commit df906a343f
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Version 1.7.3 ()
* Trackback to https:// style URLs will use proper port 443 instead * Trackback to https:// style URLs will use proper port 443 instead
of 80. of 80.
* Disabled htmlarea spellchecker
Version 1.7.2 (July 26th 2013) Version 1.7.2 (July 26th 2013)
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -1,4 +1,5 @@
<?php <?php
die('disabled in s9y');
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'aspell_setup.php'); require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'aspell_setup.php');