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.
12 lines
192 B
PHP
12 lines
192 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sean
|
|
* Date: 10/29/17
|
|
* Time: 6:56 PM
|
|
*/
|
|
|
|
session_start();
|
|
define("LOGIN","login");//login session constant
|
|
define("ROOT", "/~joseph62/cse435/");
|