mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Move /post/settings.php into /post/admin.php
This commit is contained in:
1090
post/admin.php
1090
post/admin.php
File diff suppressed because it is too large
Load Diff
1088
post/setting.php
1088
post/setting.php
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
$name = sanitizeInput($_POST['name']);
|
||||
$address = sanitizeInput($_POST['address']);
|
||||
$city = sanitizeInput($_POST['city']);
|
||||
$state = sanitizeInput($_POST['state']);
|
||||
$zip = sanitizeInput($_POST['zip']);
|
||||
$country = sanitizeInput($_POST['country']);
|
||||
$phone = preg_replace("/[^0-9]/", '',$_POST['phone']);
|
||||
$email = sanitizeInput($_POST['email']);
|
||||
$website = sanitizeInput($_POST['website']);
|
||||
Reference in New Issue
Block a user