includes/clientside/jsres.php
changeset 411 d1a95497b68f
parent 387 92664d2efab8
child 420 301f546688d1
equal deleted inserted replaced
410:9db359d6e60c 411:d1a95497b68f
     1 <?php
     1 <?php
     2 
     2 
     3 /*
     3 /*
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     5  * Version 1.1.1 (Caoineag alpha 1)
     5  * Version 1.1.2 (Caoineag alpha 2)
     6  * Copyright (C) 2006-2007 Dan Fuhry
     6  * Copyright (C) 2006-2007 Dan Fuhry
     7  * jsres.php - the Enano client-side runtime, a.k.a. AJAX on steroids
     7  * jsres.php - the Enano client-side runtime, a.k.a. AJAX on steroids
     8  *
     8  *
     9  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     9  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    38 
    38 
    39 if(defined('ENABLE_COMPRESSION'))
    39 if(defined('ENABLE_COMPRESSION'))
    40 {
    40 {
    41   echo "/*
    41   echo "/*
    42  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
    42  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
    43  * Version 1.1.1 (Caoineag alpha 1)
    43  * Version 1.1.2 (Caoineag alpha 2)
    44  * [Aggressively compressed] Javascript client code
    44  * [Aggressively compressed] Javascript client code
    45  * Copyright (C) 2006-2007 Dan Fuhry
    45  * Copyright (C) 2006-2007 Dan Fuhry
    46  * Enano is Free Software, licensed under the GNU General Public License; see http://enanocms.org/ for details.
    46  * Enano is Free Software, licensed under the GNU General Public License; see http://enanocms.org/ for details.
    47  */
    47  */
    48 
    48