Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
}
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");
Exemple #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");