Exemplo n.º 1
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idIT'])) {
    $idIT = $_GET['idIT'];
}
$i->delIntroduction($idIT);
header("location:index.php?p=introduction_list");
Exemplo n.º 2
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idPr'])) {
    $idPr = $_GET['idPr'];
}
$i->delProduct($idPr);
header("location:index.php?p=product_list");
Exemplo n.º 3
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idNews'])) {
    $idNews = $_GET['idNews'];
}
$i->delNews($idNews);
header("location:index.php?p=news_list");
Exemplo n.º 4
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idDT'])) {
    $idDT = $_GET['idDT'];
}
$i->delDesignType($idDT);
header("location:index.php?p=design_type_list");
Exemplo n.º 5
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idHR'])) {
    $idHR = $_GET['idHR'];
}
$i->delHR($idHR);
header("location:index.php?p=hr_list");
Exemplo n.º 6
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idSlider'])) {
    $idSlider = $_GET['idSlider'];
    $i->DelSlider($idSlider);
    header("location:index.php?p=slider_list");
} else {
    header("location:index.php?p=slider_list");
}
Exemplo n.º 7
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idpt'])) {
    $idpt = $_GET['idpt'];
}
$i->delProjectType($idpt);
header("location:index.php?p=project_type_list");
Exemplo n.º 8
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idImg'])) {
    $idImg = $_GET['idImg'];
}
$i->delImages($idImg);
header("location:index.php?p=images_list");
Exemplo n.º 9
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idpr'])) {
    $idpr = $_GET['idpr'];
}
$i->delProject($idpr);
header("location:index.php?p=project_list");
Exemplo n.º 10
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idImg'])) {
    $idImg = $_GET['idImg'];
}
$i->delProjectImg($idImg);
header("location:index.php?p=project_img_list");
Exemplo n.º 11
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idRe'])) {
    $idRe = $_GET['idRe'];
}
$i->delRecruitment($idRe);
header("location:index.php?p=recruitment_list");
Exemplo n.º 12
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idCR'])) {
    $idCR = $_GET['idCR'];
}
$i->delCLientReview($idCR);
header("location:index.php?p=client_list");
Exemplo n.º 13
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idDe'])) {
    $idDe = $_GET['idDe'];
}
$i->delDesign($idDe);
header("location:index.php?p=design_list");
Exemplo n.º 14
0
<?php

require_once "checklogin.php";
require_once "classBack.php";
$i = new back();
if (isset($_GET['idImgType'])) {
    $idImgType = $_GET['idImgType'];
}
$i->delImagesType($idImgType);
header("location:index.php?p=images_type_list");