View Single Post
  #2  
Old 10th October 2016, 23:34
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
The code you've attempted to write is useless, the logic in the code is proper fucked and will never work, there's vital parts completely missed which are based on flawed logic to begin with.

Bitwise is not some copy paste affair I'm afraid, and it dam well shows here. All this to control some freakin html on browse.php, seriously dude ?


This can be filed under pish, this just wastes everyone's time.


A simple global define true or false would suffice, but you would know that already if you were a coder.

Code:
$INSTALLER09['browse_legend']  = true;
Code:
".($INSTALLER09['browse_legend'] ? "<table><tr><td>Browse legend html shit here</td></tr></table>" : "")."
Don't bother wasting your time posting mods for U-232, we don't need the hassle.

Last edited by Bigjoos; 24th October 2016 at 15:47.
Reply With Quote
The Following 2 Users Say Thank You to Bigjoos For This Useful Post:
DND (10th October 2016), yoooov (24th October 2016)