!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/squirrelmail/functions/   drwxr-xr-x
Free 129.99 GB of 142.11 GB (91.47%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     constants.php (2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * constants.php
 *
 * Loads constants used by the rest of the SquirrelMail source.
 * This file is include by src/login.php, src/redirect.php and
 * src/load_prefs.php.
 *
 * @copyright 1999-2010 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: constants.php 13893 2010-01-25 02:47:41Z pdontthink $
 * @package squirrelmail
 * @since 1.2.0
 */

/** Need to enable plugin functions for a hook */
require_once(SM_PATH 'functions/plugin.php');  /* Required for the hook */

/**************************************************************/
/* Set values for constants used by Squirrelmail preferences. */
/**************************************************************/

/* Define basic, general purpose preference constants. */
define('SMPREF_NO'0);
define('SMPREF_OFF'0);
define('SMPREF_YES'1);
define('SMPREF_ON'1);
define('SMPREF_NONE''none');

/* Define constants for location based preferences. */
define('SMPREF_LOC_TOP''top');
define('SMPREF_LOC_BETWEEN''between');
define('SMPREF_LOC_BOTTOM''bottom');
define('SMPREF_LOC_LEFT''');
define('SMPREF_LOC_RIGHT''right');

/* Define preferences for folder settings. */
define('SMPREF_UNSEEN_NONE'1);
define('SMPREF_UNSEEN_INBOX'2);
define('SMPREF_UNSEEN_ALL'3);
define('SMPREF_UNSEEN_SPECIAL'4); // Only special folders
define('SMPREF_UNSEEN_NORMAL'5);  // Only normal folders
define('SMPREF_UNSEEN_ONLY'1);
define('SMPREF_UNSEEN_TOTAL'2);

/* Define constants for time/date display preferences. */
define('SMPREF_TIME_24HR'1);
define('SMPREF_TIME_12HR'2);

/* Define constants for javascript preferences. */
define('SMPREF_JS_OFF'0);
define('SMPREF_JS_ON'1);
define('SMPREF_JS_AUTODETECT'2);

/* Define constants for address book functionalities. */
define('SM_ABOOK_FIELD_NICKNAME'0);
define('SM_ABOOK_FIELD_FIRSTNAME'1);
define('SM_ABOOK_FIELD_LASTNAME'2);
define('SM_ABOOK_FIELD_EMAIL'3);
define('SM_ABOOK_FIELD_LABEL'4);

do_hook('loading_constants');


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0204 ]--