Updates and fixes

This commit is contained in:
2020-08-01 23:51:54 -04:00
parent 3265ed85fb
commit 0e732b5891
9 changed files with 117 additions and 1905 deletions
+11 -2
View File
@@ -1,7 +1,7 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
function __autoload($classname) {
/* function __autoload($classname) {
if (strpos($classname, 'CL_') !== 0) {
$file = APPPATH . 'libraries/' . $classname . '.php';
@@ -9,7 +9,16 @@ function __autoload($classname) {
@include_once($file);
}
}
}
} */
spl_autoload_register(function($classname) {
if (strpos($classname, 'CL_') !== 0) {
$file = APPPATH . 'libraries/' . $classname . '.php';
if (file_exists($file) && is_file($file)) {
@include_once($file);
}
}
});
/*
|--------------------------------------------------------------------------
+1 -1
View File
@@ -465,7 +465,7 @@
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>Copyright &copy; 2017 WrenchBoard. All rights reserved.</p>
<p>Copyright &copy; 2020 WrenchBoard. All rights reserved.</p>
</div>
<div class="col-sm-6 pull-right ">
<ul class="list-inline pull-right ">
+1 -1
View File
@@ -170,7 +170,7 @@
<div class="container clearfix">
<div class="col_half">
Copyrights &copy; 2018 All Rights Reserved by WrenchBoard.<br>
Copyrights &copy; 2020 All Rights Reserved by WrenchBoard.<br>
<div class="copyright-links"><a href="#">Terms of Use</a> / <a href="#">Privacy Policy</a></div>
</div>
@@ -13,7 +13,7 @@
<div class="navbar-collapse collapse" id="footer">
<div class="navbar-text">
&copy; 2018. <a href="/dash" class="navbar-link">WrenchBoard</a>
&copy; 2020. <a href="/dash" class="navbar-link">WrenchBoard</a>
</div>
<div class="navbar-right">