3,18c3
< // RJM Programming - October, 2014
<
< function guidedextras($ing, $intitle, $xid) {
< $ipfile = str_replace("tutorial_options.php", $xid . "_" . $_SERVER['REMOTE_ADDR'] . ".npg", __FILE__);
< if (!file_exists($ipfile)) $ipfile = str_replace("tutorial_options.php", $xid . "_admin.npg", __FILE__);
< if (file_exists($ipfile)) {
< $psq = str_replace("\n", "", file_get_contents($ipfile));
< if (strpos($psq, "title=") !== false) {
< return $ing . $psq;
< } else {
< return $ing . $psq . "&title=" . str_replace(" ", "_", $intitle);
< }
< }
< return $ing . "&pp=&pn=&title=" . str_replace(" ", "_", $intitle);
< }
<
---
> // RJM Programming - July, 2014
49c34
< $retval .= "\n";
---
> $retval .= "\n";
66c51
< $retvalalt .= "";
---
> $retvalalt .= "";