summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/setup.php
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-10 15:17:36 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-10 15:17:36 +0000
commit0abfa7d0c8bac90e291cf7664a0302aa286f716d (patch)
tree29495885f98dc1080fc426ef08792dd0caf739a6 /php/Attic/examples/sample-idp/setup.php
parent5be8519c1f44c4cbaecc659762bc5b23d36e2bfe (diff)
downloadlasso-0abfa7d0c8bac90e291cf7664a0302aa286f716d.tar.gz
lasso-0abfa7d0c8bac90e291cf7664a0302aa286f716d.tar.xz
lasso-0abfa7d0c8bac90e291cf7664a0302aa286f716d.zip
Use header("Location: $url\n\n") instead of header("Location: $url")
Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean.
Diffstat (limited to 'php/Attic/examples/sample-idp/setup.php')
-rw-r--r--php/Attic/examples/sample-idp/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php
index 631b753c..b1cc113f 100644
--- a/php/Attic/examples/sample-idp/setup.php
+++ b/php/Attic/examples/sample-idp/setup.php
@@ -210,7 +210,7 @@
user_id varchar(100) primary key,
username varchar(255) unique,
password varchar(255),
- user_dump text,
+ identity_dump text,
session_dump text)";
$res =& $db->query($query);
if (DB::isError($res))