summaryrefslogtreecommitdiffstats
path: root/application/helpers/filebin_helper.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-08-11 18:57:30 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-08-11 18:57:30 +0200
commitc44d567d0973a0a73327ccbb9c4dbffd45a8d323 (patch)
tree47179dcd8f631412ae8ded24a3d3a76d164dfbb2 /application/helpers/filebin_helper.php
parent01482576c809258769846e61fd9e90f7a4757ec4 (diff)
parentaf799b2a184864d6adb6bd224f57cd58bf78154b (diff)
Merge branch 'working-split/api-keys' into working
Diffstat (limited to 'application/helpers/filebin_helper.php')
-rw-r--r--application/helpers/filebin_helper.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/helpers/filebin_helper.php b/application/helpers/filebin_helper.php
index 88bb290c4..4af106a14 100644
--- a/application/helpers/filebin_helper.php
+++ b/application/helpers/filebin_helper.php
@@ -323,6 +323,12 @@ function auth_driver_function_implemented($function)
return $result[$function];
}
+function user_logged_in()
+{
+ $CI =& get_instance();
+ return $CI->muser->logged_in();
+}
+
function send_json_reply($array)
{
$CI =& get_instance();