mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
5 lines
126 B
PHP
5 lines
126 B
PHP
<?php
|
|
$date = sanitizeInput($_POST['date']);
|
|
$category = intval($_POST['category']);
|
|
$scope = sanitizeInput($_POST['scope']);
|