Merge branch 'improve_session' into storageareas

This commit is contained in:
Isaac Connor 2019-02-13 11:17:30 -05:00
commit dd641793a2
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
//
require_once('session.php');
function userLogin($username='', $password='', $passwordHashed=false) {
global $user;