HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress/wp-content/pluginsBK/vote-it-up/compat.php
<?php
/* 
External Configuration for VoteItUp plugin
Note: This is for plugin users who have problems using this plugin. A pretty low tech way of manually assigning file paths.

This file should not be messed about because it can cause unexpected problems.
Most users do not need this file.
 */

global $voteitup_path, $voteitupint_path;

//This option is for those who have problems having 404 (file not found) errors with the plugin, coming from JavaScript or styling related errors.
$voteitup_path = ''; //e.g. "http://www.tevine.com/wp-content/plugins/voteitup"

//This option is isolated from the option above. This is used if you have problems with file paths, with problems coming from PHP errors.
$voteitupint_path = ''; //e.g. ABSPATH."/wp-content/plugins/voteitup"
?>