mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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']);
|