Skip to content

Commit

Permalink
SL_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Nov 9, 2022
1 parent 3cbe1e8 commit ade0f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function up()
DB::table('configs')->where('key', 'recent_age')->update(['description' => 'Maximum age of pictures in Recent in days']);
DB::table('configs')->where('key', 'public_starred')->update(['description' => 'Make Starred smart album accessible to anonymous users']);
DB::table('configs')->where('key', 'SL_enable')->update(['description' => 'Enable symbolic link protection']);
DB::table('configs')->where('key', 'SL_for_admin')->update(['description' => 'Also enable symbolic links on logged admin users']);
DB::table('configs')->where('key', 'SL_for_admin')->update(['description' => 'Enable symbolic links on logged in admin user']);
DB::table('configs')->where('key', 'SL_life_time_days')->update(['description' => 'Maximum life time for symbolic link']);
DB::table('configs')->where('key', 'photos_wraparound')->update(['description' => 'Once reaching last picture of an album, loop back to the start']);
DB::table('configs')->where('key', 'raw_formats')->update(['description' => 'Allowed extra formats, will not be processed']);
Expand Down

0 comments on commit ade0f9e

Please sign in to comment.