HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / kurumsal9.snrsoft.com.tr /

Server Ip : 172.67.216.244




Filename/home/cuneytsener53/kurumsal9.snrsoft.com.tr/pages.php
Size1.72 kb
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified10-Oct-2022 14:01
Last accessed04-Apr-2025 13:53
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
$pageDataAsk->execute(array(
'seo_url' => $_GET["seo_url"],
'post_type' => 'post_page',
'language' => $getLangCheck['language_id']
));
$pageDataCheck=$pageDataAsk->fetch(PDO::FETCH_ASSOC);

switch ($pageDataCheck['template']){
case 'emptytemplate':
include "variation/page/emptypage.php";
break;
case 'contacttemplate':
include "variation/page/contacttemplate.php";
break;
case 'blogtemplate':
include "variation/page/blogtemplate.php";
break;
case 'projecttemplate':
include "variation/page/projecttemplate.php";
break;
case 'producttemplate':
include "variation/page/producttemplate.php";
break;
case 'servicestemplate':
include "variation/page/servicestemplate.php";
break;
case 'faqtemplate':
include "variation/page/faqtemplate.php";
break;
case 'branchestemplate':
include "variation/page/branchestemplate.php";
break;
case 'dealerstemplate':
include "variation/page/dealerstemplate.php";
break;
case 'bankaccountstemplate':
include "variation/page/bankaccountstemplate.php";
break;
case 'teamtemplate':
include "variation/page/teamtemplate.php";
break;
case 'catalogstemplate':
include "variation/page/catalogstemplate.php";
break;
case 'documentstemplate':
include "variation/page/documentstemplate.php";
break;
case 'announcementstemplate':
include "variation/page/announcementstemplate.php";
break;
case 'referencetemplate':
include "variation/page/referencetemplate.php";
break;
case 'gallerytemplate':
include "variation/page/gallerytemplate.php";
break;
}
?>