equal
deleted
inserted
replaced
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 |