RGZ Gaming Forum


 
AcasaUltimele imaginiCăutareÎnregistrareConectare

Distribuiţi|

[Tutorial] Fondatorul primeste toate permisiunile

Vezi subiectul anterior Vezi subiectul urmator In jos
AutorMesaj
Muffy
Membru
Muffy

Rank: Membru
Status:
Posturi : 265
Reputatie : 6
Data de Inscriere : 29/07/2014
[Tutorial] Fondatorul primeste toate permisiunile   Empty
MesajSubiect: [Tutorial] Fondatorul primeste toate permisiunile [Tutorial] Fondatorul primeste toate permisiunile   EmptyVin Aug 08, 2014 1:34 pm

Autor: Martin

Deschideti includes/auth.php

Cauta :

Code:
function acl_get($opt, $f = 0)
   {
      $negate = false;

      if (strpos($opt, '!') === 0)
      {
         $negate = true;
         $opt = substr($opt, 1);
      }


Inlocuieste cu :

Code:
function acl_get($opt, $f = 0)
   {
      global $user;
      $negate = false;

      if (strpos($opt, '!') === 0)
      {
         $negate = true;
         $opt = substr($opt, 1);
         if ($user->data['user_type'] == USER_FOUNDER)
         {
            return false;


Sursa : phpbbCodes.ro
Sus In jos

[Tutorial] Fondatorul primeste toate permisiunile

Vezi subiectul anterior Vezi subiectul urmator Sus

Subiecte similare

-
t [Tutorial] GodMode un folder cu toate functiile din Windows.
t Windows 8.1 mai primeste un update
t Google Nexus 4 primeste update-ul la Android 4.4 “Kit Kat”
t Pentru toate bunaciunile pe care le cunosc
t [Tutorial-Rgz]Half-Life Model Viewer + tutorial utilizare!
Pagina 1 din 1

Permisiunile acestui forum:Nu puteti raspunde la subiectele acestui forum
RGZ Gaming Forum  :: »[RGZ] Zona IT & Web :: Resurse, stiinta si tehnologie :: Platforme WEB :: PHPBB3 :: Tutoriale-