Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-SUEE_2.0
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Laufer
VMS-SUEE_2.0
Commits
61f0bede
Commit
61f0bede
authored
6 years ago
by
Eric Laufer
Browse files
Options
Downloads
Patches
Plain Diff
Update chat.php
parent
e87fa7c1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/chat.php
+6
-7
6 additions, 7 deletions
lib/chat.php
with
6 additions
and
7 deletions
lib/chat.php
+
6
−
7
View file @
61f0bede
<?php
require
(
"datenbank.inc.php"
);
require_once
(
"class/chat.class.php"
);
$id
=
intval
(
$_GET
[
'lastTimeID'
]
);
$jsonData
=
chatClass
::
getRestChatLines
(
$id
);
//db_query("INSERT INTO json (text) VALUES ('". $jsonData ."')");
print
$jsonData
;
<?php
require
(
"datenbank.inc.php"
);
require_once
(
"class/chat.class.php"
);
$id
=
intval
(
$_GET
[
'lastTimeID'
]
);
$jsonData
=
chatClass
::
getRestChatLines
(
$id
);
print
$jsonData
;
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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