mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 07:14:51 +00:00
Move /post/settings.php into /post/admin.php
This commit is contained in:
2
post.php
2
post.php
@@ -64,8 +64,6 @@ require_once "post/revenue.php";
|
|||||||
|
|
||||||
require_once "post/service.php";
|
require_once "post/service.php";
|
||||||
|
|
||||||
require_once "post/setting.php";
|
|
||||||
|
|
||||||
require_once "post/software.php";
|
require_once "post/software.php";
|
||||||
|
|
||||||
require_once "post/tag.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']);
|
|
||||||
Reference in New Issue
Block a user