Disable / disallow the offline mode?

rakso

Joined: 2003-07-31
Posts: 141
Posted: Thu, 2003-07-31 10:21

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

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Thu, 2003-07-31 11:55

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.