PHProxy help!

Discussion in 'PHP' started by snapplekid13, May 8, 2007.

  1. #1
    OK on my proxy my template doesn't allow users to change the include form, remove scripts, allow images, etc boxes.

    But I do for everyone using the proxy. I want the remove scripts box unchecked because currently it is checked!

    Anyone know how to do that?
     
    snapplekid13, May 8, 2007 IP
  2. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In index.php
    find the first place that says:
    'remove_scripts'=> 1,
    change that to
    'remove_scripts'=> 0,
     
    bobby9101, May 8, 2007 IP