diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-19 11:14:46 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-19 11:14:46 +0400 |
| commit | 57e0ae9d4bcd37c5c4f9eaebabeaf12eb833bf71 (patch) | |
| tree | 96308ef6c5ad57f2687a90fa93dadd535785d307 | |
| parent | 254a3f56a901d94a99a1a425ceecf62e8fd06051 (diff) | |
remove include of htmlawed file
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 341177b0a..7fa200322 100644 --- a/include/functions.php +++ b/include/functions.php @@ -110,7 +110,6 @@ ini_set('user_agent', SELF_USER_AGENT); require_once 'lib/pubsubhubbub/publisher.php'; - require_once 'lib/htmLawed.php'; $tz_offset = -1; $utc_tz = new DateTimeZone('UTC'); |