Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gameauth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
gameauth
Commits
ad10bb5c
Commit
ad10bb5c
authored
9 years ago
by
Stuart John Watson
Browse files
Options
Downloads
Patches
Plain Diff
Modified the gameauth task to match the new database schema
parent
7c601967
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Major Rebuild: AJAX and working game info
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gameauth-task.php
+1
-1
1 addition, 1 deletion
gameauth-task.php
with
1 addition
and
1 deletion
gameauth-task.php
+
1
−
1
View file @
ad10bb5c
...
...
@@ -19,7 +19,7 @@ if (!file_exists($dbPATH)){
username TEXT PRIMARY KEY NOT NULL,
sessionid TEXT NOT NULL,
IP TEXT NOT NULL,
type
TEXT NOT NULL,
authd
TEXT NOT NULL,
lastseen INT NOT NULL
)"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment