| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: CSS & JavaScript Toolbox |
| 4 | 4 | Plugin URI: http://css-javascript-toolbox.com/css-javascript-toolbox-free |
| 5 | 5 | Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages |
| 6 | -Version: 6.0 | |
| 6 | +Version: 6.0.9 | |
| 7 | 7 | Author: Wipeout Media |
| 8 | 8 | Author URI: http://css-javascript-toolbox.com/ |
| 9 | 9 | |
| 10 | 10 | Copyright (c) 2011, Wipeout Media. |
| @@ -284,9 +284,9 @@ | ||
| 284 | 284 | protected function main() { |
| 285 | 285 | // Access point base class is a dependency! |
| 286 | 286 | require_once 'framework/access-points/access-point.class.php'; |
| 287 | 287 | // Run Main Acces Point! |
| 288 | - require_once 'access.points/main.accesspoint.php'; | |
| 288 | + include_once 'access.points/main.accesspoint.php'; | |
| 289 | 289 | $this->mainAC = new CJTMainAccessPoint(); |
| 290 | 290 | $this->mainAC->listen(); |
| 291 | 291 | } |
| 292 | 292 | |