fts #15

Merged
td00 merged 2 commits from rollback into master 2021-01-08 20:34:56 +00:00
5 changed files with 7 additions and 2 deletions
Showing only changes of commit 8e8e740558 - Show all commits

View File

@ -1,3 +1,4 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>

View File

@ -1,3 +1,4 @@
<?php <?php
session_start(); session_start();
$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password'); $pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');

View File

@ -1,3 +1,4 @@
<html> <html>
<head> <head>
<title>Profile Page</title> <title>Profile Page</title>

View File

@ -1,3 +1,4 @@
<?php <?php
session_start(); session_start();
$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password'); $pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');

View File

@ -1,3 +1,4 @@
<html> <html>
<head> <head>
<title>Secure Area</title> <title>Secure Area</title>