ajax.php
changeset 311 a007145a0ff6
parent 289 2b60c89dc27f
child 313 854eecfada20
child 317 f8356d9c3481
equal deleted inserted replaced
309:a1ccf990db6b 311:a007145a0ff6
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  *
    10  *
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  */
    13  */
       
    14  
       
    15   define('ENANO_INTERFACE_AJAX', '');
    14  
    16  
    15   // fillusername should be done without the help of the rest of Enano - all we need is the DBAL
    17   // fillusername should be done without the help of the rest of Enano - all we need is the DBAL
    16   if ( isset($_GET['_mode']) && $_GET['_mode'] == 'fillusername' )
    18   if ( isset($_GET['_mode']) && $_GET['_mode'] == 'fillusername' )
    17   {
    19   {
    18     // setup and load a very basic, specialized instance of the Enano API
    20     // setup and load a very basic, specialized instance of the Enano API