mirror of https://github.com/itflow-org/itflow
Move /post/settings.php into /post/admin.php
This commit is contained in:
parent
3c4275e2c6
commit
42ffa9b4ab
2
post.php
2
post.php
|
|
@ -64,8 +64,6 @@ require_once "post/revenue.php";
|
|||
|
||||
require_once "post/service.php";
|
||||
|
||||
require_once "post/setting.php";
|
||||
|
||||
require_once "post/software.php";
|
||||
|
||||
require_once "post/tag.php";
|
||||
|
|
|
|||
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']);
|
||||
Loading…
Reference in New Issue