ajax.php
changeset 313 854eecfada20
parent 304 e2cb5f1432c8
parent 311 a007145a0ff6
child 326 ab66d6d1f1f4
equal deleted inserted replaced
310:199b9708f4a2 313:854eecfada20
     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