hello folks,
can i disallow the offline_mode to users?
" To move Gallery into off line mode, simply add set_offline=true to any gallery URL,"
thanks
Remove this from session.php
update_session_var("offline"); update_session_var("offlineAlbums");
Note this won't stop downloads, they just won't look as pretty.
Posts: 3473
Remove this from session.php
Note this won't stop downloads, they just won't look as pretty.