aboutsummaryrefslogtreecommitdiff
path: root/dopost.php
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:05:49 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:05:49 +0000
commit6d03e10297392a4b8092a7b27258b2b9abc96a16 (patch)
treee96d482b04fe21da670a5a5b293da3cfd2534bac /dopost.php
parent2042d69d950545dfbe9389cde66e9a35654d5ec3 (diff)
General refactor to make title and summarise for RSS and tidying
Diffstat (limited to 'dopost.php')
-rw-r--r--dopost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/dopost.php b/dopost.php
index f4f43e5..2ba4bbe 100644
--- a/dopost.php
+++ b/dopost.php
@@ -1,5 +1,6 @@
<?php
require("settings.php");
+ require("functions.php");
if (!isset($_POST['title']) || !isset($_POST['content'])) {
header("location: {$blogRoot}post.php");