[MOD] Tech tree editor of DB (v1.8, v2.0)

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Thank you yamilrh.
      It's corrected.

      Fixed admin access error.

      Find line

      PHP Source Code

      1. if($USER['authlevel'] != 3 || $USER['username'] != 'admin')

      Replace

      PHP Source Code

      1. if($USER['authlevel'] != 3)


      The number registered in the DB must be the same as the number of the language file (TECH.php).
      --------------------------------------------------------------------------------------