summaryrefslogtreecommitdiff
path: root/www/functions/func_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_user.php')
-rwxr-xr-x[-rw-r--r--]www/functions/func_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_user.php b/www/functions/func_user.php
index 59e6dda..193d0e0 100644..100755
--- a/www/functions/func_user.php
+++ b/www/functions/func_user.php
@@ -1,4 +1,4 @@
-<?
+<?php
function account($db){
echo "loged in as: " . $_SESSION["username"];
$safe_name=SQLite3::escapeString("$_SESSION[username]");