aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-17 02:27:34 -0700
committerfriendica <info@friendica.com>2013-09-17 02:27:34 -0700
commit44a4997cf7690f218db4e9376c7e2fd0345432f5 (patch)
tree018ebb5a560d8daa5b31ee0be9c3f8d952eb09a2 /mod/setup.php
parent56de8aa05b0475b982946d9f3e36818c43d19803 (diff)
parent8452535467036f1ea43ba406ba981e0dbee5c380 (diff)
downloadvolse-hubzilla-44a4997cf7690f218db4e9376c7e2fd0345432f5.tar.gz
volse-hubzilla-44a4997cf7690f218db4e9376c7e2fd0345432f5.tar.bz2
volse-hubzilla-44a4997cf7690f218db4e9376c7e2fd0345432f5.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-xmod/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php
index 3c0a133b7..97bdba34e 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -286,7 +286,7 @@ function setup_content(&$a) {
return $o;
}; break;
case 3: { // Site settings
- require_once('datetime.php');
+ require_once('include/datetime.php');
$dbhost = ((x($_POST,'dbhost')) ? notags(trim($_POST['dbhost'])) : 'localhost');
$dbport = intval(notags(trim($_POST['dbuser'])));
$dbuser = notags(trim($_POST['dbuser']));