aboutsummaryrefslogtreecommitdiff
path: root/dopost.php
diff options
context:
space:
mode:
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");