includes/common.php
changeset 353 2398420f48e7
parent 350 dd7cbc97f681
parent 352 9d7225c0db6d
child 354 979d99a0b00e
equal deleted inserted replaced
350:dd7cbc97f681 353:2398420f48e7
   257   }
   257   }
   258   $row = $db->fetchrow();
   258   $row = $db->fetchrow();
   259   setConfig('default_language', $row['lang_id']);
   259   setConfig('default_language', $row['lang_id']);
   260 }
   260 }
   261 
   261 
   262 // Our list of tables included in Enano
       
   263 $system_table_list = Array(
       
   264     table_prefix.'categories',
       
   265     table_prefix.'comments',
       
   266     table_prefix.'config',
       
   267     table_prefix.'logs',
       
   268     table_prefix.'page_text',
       
   269     table_prefix.'session_keys',
       
   270     table_prefix.'pages',
       
   271     table_prefix.'users',
       
   272     table_prefix.'users_extra',
       
   273     table_prefix.'themes',
       
   274     table_prefix.'buddies',
       
   275     table_prefix.'banlist',
       
   276     table_prefix.'files',
       
   277     table_prefix.'privmsgs',
       
   278     table_prefix.'sidebar',
       
   279     table_prefix.'hits',
       
   280     table_prefix.'groups',
       
   281     table_prefix.'group_members',
       
   282     table_prefix.'acl',
       
   283     table_prefix.'page_groups',
       
   284     table_prefix.'page_group_members',
       
   285     table_prefix.'tags',
       
   286     table_prefix.'language',
       
   287     table_prefix.'language_strings',
       
   288     table_prefix.'lockout'
       
   289   );
       
   290 
       
   291 // Load plugin manager
   262 // Load plugin manager
   292 $plugins = new pluginLoader();
   263 $plugins = new pluginLoader();
   293 
   264 
   294 //
   265 //
   295 // Mainstream API boot-up
   266 // Mainstream API boot-up