4.0.1 Visible Debugging Code

I forgot to hide the :scare: hidden :/scare: iframe after debugging the broken transaction support bug. The good news is, this is easy for you to fix in your own copy (or you can just download a new one, it’s fixed).

Open up ‘load_folder.php’ and look at line #5 and #6.

// $iframe = '<iframe src="load.php...
$iframe = '<iframe src="load.php...

Change that to:

$iframe = '<iframe src="load.php...
// $iframe = '<iframe src="load.php...

(uncomment the first line and comment out the second line) and you’re all set. My apologies to the 684 of you who already downloaded.

This post is part of the project: Photos. View the project timeline for more context on this post.

Comments Off on 4.0.1 Visible Debugging Code

Categories Projects