diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_multi_view/main.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/main.inc.php b/plugins/admin_multi_view/main.inc.php index f0ed7a74d..16f3e7410 100644 --- a/plugins/admin_multi_view/main.inc.php +++ b/plugins/admin_multi_view/main.inc.php @@ -3,6 +3,8 @@ Plugin Name: Multi view Version: 1.0 Description: Allows administrators to view gallery as guests and/or change the language and/or theme on the fly. Practical to debug changes ... Plugin URI: http://www.phpwebgallery.net +Author: PhpWebGallery team +Author URI: http://www.phpwebgallery.net */ add_event_handler('user_init', 'multiview_user_init' ); |