%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/postgresql/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/postgresql/save_sync.cgi |
#!/usr/bin/perl # save_sync.cgi # Save unix-postgresql synchronization options require './postgresql-lib.pl'; &ReadParse(); $config{'sync_create'} = $in{'sync_create'}; $config{'sync_modify'} = $in{'sync_modify'}; $config{'sync_delete'} = $in{'sync_delete'}; &write_file("$module_config_directory/config", \%config); &redirect("");