File: demos/startbootstrap-sb-admin-2/pages/phpAPI/callActions.php

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/pages/phpAPI/callActions.php   Download  
File: demos/startbootstrap-sb-admin-2/pages/phpAPI/callActions.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/pages/phpAPI/callActions.php
Date: 2 years ago
Size: 363 bytes
 

Contents

Class file image Download
<?php session_start(); if (empty($_REQUEST['blapycall'])) { header('Location: ../index.php'); exit; } if (empty($returnStr)) $returnStr=''; //environment is stored in $_SESSION['currentEnvironment'] $currentEnvironment = empty($_SESSION['currentEnvironment'])?array():$_SESSION['currentEnvironment']; if (empty($getAction)) $getAction=null; echo $returnStr;