master
LinuxMint4Ever 2020-01-08 13:33:39 +01:00
parent 6c40ce940f
commit 510070ba9e
1 changed files with 4 additions and 0 deletions

4
content/filter.php Normal file
View File

@ -0,0 +1,4 @@
<?php
function safe_input($input) {
}
?>