Ejemplo n.º 1
0
function fetch_all_events($databse)
{
    $json = new \lib\Json(JSON_STATUS_ERROR, "Invalid page provided");
    $eventResult = fetch_events($databse);
    $events_arr = $json->result_to_array($eventResult);
    $json->add_data("event_list", $events_arr);
    $json->setMessage("Fetched Events Successfully");
    $json->setStatus(JSON_STATUS_SUCCESS);
    return $json->getJson();
}
Ejemplo n.º 2
0
    exit;
}
if (isset($_GET["status"])) {
    echo FetchMailStatus();
    exit;
}
if (isset($_GET["enable_fetchmail"])) {
    fetch_enable_save();
    exit;
}
if (isset($_GET["events"])) {
    FetchLogsPop();
    exit;
}
if (isset($_GET["getFetchlogs"])) {
    fetch_events();
    exit;
}
if (isset($_GET["fetch_status"])) {
    FetchMailStatus();
    exit;
}
if (isset($_GET["reload-fetchmail"])) {
    reloadfetchmail();
    exit;
}
page();
function page()
{
    $usersmenus = new usersMenus();
    $page = CurrentPageName();
Ejemplo n.º 3
0
<?php
	include_once('ressources/class.templates.inc');
	include_once('ressources/class.ldap.inc');
	include_once('ressources/class.users.menus.inc');
	include_once('ressources/class.fetchmail.inc');
	if(isset($_GET["ajax"])){echo fetch_js();exit;}
	if(isset($_GET["popup"])){echo fetch_popup();exit;}
	if(isset($_GET["status"])){echo FetchMailStatus();exit;}
	if(isset($_GET["enable_fetchmail"])){fetch_enable_save();exit;}
	if(isset($_GET["events"])){FetchLogsPop();exit;}
	if(isset($_GET["getFetchlogs"])){fetch_events();exit;}
	if(isset($_GET["fetch_status"])){FetchMailStatus();exit;}
	if(isset($_GET["reload-fetchmail"])){reloadfetchmail();exit;}

page();	
function page(){
$usersmenus=new usersMenus();
$page=CurrentPageName();
if($usersmenus->AsPostfixAdministrator==true){}else{header('location:users.index.php');exit;}	
$html="<table style='width:600px' align=center>
<tr>
<td width=50% valign='top' class='caption' style='text-align:justify'>
<img src='img/bg_fetchmail.jpg'><p>
{fetchmail_about}</p></td>
<td valign='top'>
	<table>";
//folder-fetchmail-64.jpg
if($usersmenus->AsPostfixAdministrator==true){
		$html=$html . "<tr><td valign='top' ><div id=status></div><br>" . applysettings("fetch")  . "<br></td></tr>
		<tr><td valign='top' >".Paragraphe('folder-tools-64.jpg','{daemon_settings}','{daemon_settings_text}','fetchmail.daemon.settings.php') ."</td></tr>
		<tr><td valign='top'>  ".Paragraphe('folder-logs-64.jpeg','{events}','{events_text}','fetchmail.daemon.events.php') ."</td></tr>";