removed htaccess in favor of a custom authentication. Most pages are linking to the secure login screen now. I added a minutes page to keep the meeting minutes. Successful logins.
13 lines
318 B
PHP
13 lines
318 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sean
|
|
* Date: 10/29/17
|
|
* Time: 7:22 PM
|
|
*/
|
|
|
|
//Login credentials for the protected pages
|
|
$logins = array(
|
|
"team6" => "1b598bb7f24d7d258a6bd2264177fb88896744e43214f86daa9f4738e5e8b5be",
|
|
"cse435" => "0f0484da86e5949eb820290270ab76e5fc63f1c4c06b0bb412cd3c551623069f",
|
|
); |