2020-10-02 23:02:27 +08:00
|
|
|
<?php
|
|
|
|
$csv = array_map('str_getcsv', file('./../../lrr_submission/KeepItSafe.txt'));
|
|
|
|
$mysql_username = $csv[0][0];
|
|
|
|
$mysql_password = $csv[0][1];
|
2022-12-05 15:45:57 +08:00
|
|
|
//append password for Lecturer and TA
|
2022-12-11 18:46:43 +08:00
|
|
|
$salt = "Lrr@2022" ;
|
2020-10-02 23:02:27 +08:00
|
|
|
?>
|