Revision 96
Added by stefan about 19 years ago
save.php | ||
---|---|---|
431 | 431 |
." ('', 'pages_directory', '/pages')," |
432 | 432 |
." ('', 'media_directory', '/media')," |
433 | 433 |
." ('', 'operating_system', '$operating_system')," |
434 |
." ('', 'octal_file_mode', '$file_mode')," |
|
435 | 434 |
." ('', 'string_file_mode', '$file_mode')," |
436 |
." ('', 'octal_dir_mode', '$dir_mode')," |
|
437 | 435 |
." ('', 'string_dir_mode', '$dir_mode');"; |
438 | 436 |
$database->query($settings_rows); |
439 | 437 |
|
Also available in: Unified diff
Fixed problems with settings in database. Should be fully functional again.