php: Add a disclaimer about ai content
This commit is contained in:
parent
5bc49b4cff
commit
762be79df6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ $DB = get_DB("timetrack");
|
|||
$jsx = json_decode(file_get_contents("php://input"), true);
|
||||
|
||||
// Get operation information
|
||||
// DISCLAIMER: All php code below this point is AI Generated
|
||||
switch($jsx['cmd']) {
|
||||
case "create": {
|
||||
// Get UUID from MySQL and insert into sessions table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue