php: Add a disclaimer about ai content

This commit is contained in:
zontreck 2025-05-15 23:14:41 -07:00
parent 5bc49b4cff
commit 762be79df6

View file

@ -10,6 +10,7 @@ $DB = get_DB("timetrack");
$jsx = json_decode(file_get_contents("php://input"), true); $jsx = json_decode(file_get_contents("php://input"), true);
// Get operation information // Get operation information
// DISCLAIMER: All php code below this point is AI Generated
switch($jsx['cmd']) { switch($jsx['cmd']) {
case "create": { case "create": {
// Get UUID from MySQL and insert into sessions table // Get UUID from MySQL and insert into sessions table