diff options
| author | root | 2014-03-12 23:04:28 +0100 |
|---|---|---|
| committer | root | 2014-03-12 23:04:28 +0100 |
| commit | efd3bb601ac3d1937bddb4f2a5b945911ccc5326 (patch) | |
| tree | 1dc5e5304994b99a2796771054dc7af7df7f296e /www/functions/func_interface.php | |
| parent | 2f0f4ca056f92ffd2bbf80e7b7c49b489d6e7ed4 (diff) | |
| download | files.iamfabulous.de-efd3bb601ac3d1937bddb4f2a5b945911ccc5326.tar.gz | |
Some stuff werks. 'Showing the content' should now do the job.
Diffstat (limited to 'www/functions/func_interface.php')
| -rw-r--r-- | www/functions/func_interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php index b7fbb5f..b543054 100644 --- a/www/functions/func_interface.php +++ b/www/functions/func_interface.php @@ -11,8 +11,8 @@ function show($db){ $content = get_content($db, $parentdir, $owner); - if(!content){ - failure("There is no data."); + if(!$content){ + failure("This folder is empty."); } var_dump($content); |
