mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-02-05 03:42:49 +00:00
Implemented database refresh key: import.php?key=[user specified refresh_key] (Closes #1)
This commit is contained in:
@@ -17,7 +17,8 @@ $config = array(
|
||||
'user' => 'username',
|
||||
'password' => 'password',
|
||||
'table' => 'airports',
|
||||
'create_table' => true
|
||||
'create_table' => true,
|
||||
'refresh_key' => 'lentolaskuridatabasekey' // You should change this to your reset key
|
||||
);
|
||||
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user