X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=session.php;h=bcf23578215b3401f2fe524af5dd4670db2774de;hp=bd91a5b019e5fcf98fa1c78b919bde3f8939676a;hb=15459c86d0996ab3037b1738a8be6efd378c1258;hpb=e4b8789f2bfc73fe01549bab2ab390166ac9a514 diff --git a/session.php b/session.php index bd91a5b..bcf2357 100644 --- a/session.php +++ b/session.php @@ -20,7 +20,7 @@ # create table wfpl_sessions (id int unique auto_increment, session_key varchar(16), length int, expires int); # create table wfpl_session_data (id int unique auto_increment, session_id int, name varchar(100), value text); # run this command to install/clear the tables: -# mysql DATABASE_NAME < code/wfpl/examples/session.sql +# mysql DATABASE_NAME < inc/wfpl/examples/session.sql # note: you may need these parameters for mysql: -u USERNAME -p # GLOSSARY