Changes

Jump to navigation Jump to search
42 bytes removed ,  15:52, 5 October 2023
Text replacement - "<syntaxhighlight lang="php" enclose="div">" to "<syntaxhighlight lang="php">"
Line 39: Line 39:  
After the login check in the showlog.php
 
After the login check in the showlog.php
   −
<syntaxhighlight lang="php" enclose="div">
+
<syntaxhighlight lang="php">
 
include($cms['tngpath'] . "checklogin.php");
 
include($cms['tngpath'] . "checklogin.php");
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 47: Line 47:  
For TNG v9 and later, the code should be added after the  
 
For TNG v9 and later, the code should be added after the  
   −
<syntaxhighlight lang="php" enclose="div">
+
<syntaxhighlight lang="php">
    
include("tng_begin.php");
 
include("tng_begin.php");
Line 54: Line 54:  
Add the following logic
 
Add the following logic
   −
<syntaxhighlight lang="php" enclose="div">
+
<syntaxhighlight lang="php">
 
if( $assignedtree || !$allow_edit ) {
 
if( $assignedtree || !$allow_edit ) {
 
         $message = $admtext[norights];
 
         $message = $admtext[norights];
17,862

edits

Navigation menu