Fixes, and Changes

Fixed why it would not open when started..  Session!
Altered Theme to fit my site theme.  Could not handle more than one theme in the directory.
"Like/Dislike" counters were adding up when bots found them, they are A tags, added "nofollow" so far seems to help, but will have to wait for next scan to see.

Note: Pagination not working, if I change the cpage to page on url it comes up, but can only get it to see first page, will have to come back on this on.
This commit is contained in:
2022-12-14 14:20:44 -06:00
parent 0d6bc20639
commit 03f08c81a5
12 changed files with 598 additions and 69 deletions

View File

@@ -319,7 +319,7 @@
// Start Session
if(!Session::started()){
Session::start();
Session::start('', true);
}
$key = null;
@@ -798,7 +798,7 @@
// Start Session
if(!Session::started()){
Session::start();
Session::start('', true);
}
// Init Comments