This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem This script updates the mod "Courseplay" for Farming Simulator 17 | |
rem Copy this file to a folder of your choice and run in from time to time. | |
rem | |
rem Backups will be stored as ZIP files in a subfolder .\cpbackup | |
rem | |
rem Git for Windows and 7-Zip have to be installed and in reside your PATH! | |
rem For help with setting a program to your path, have a look @ http://www.computerhope.com/issues/ch000549.htm | |
rem | |
rem Have fun! | |
rem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Custom class for WP_Membership routines. | |
* | |
* | |
* @package WP_Membership | |
* @since WP_Membership 0.1 | |
*/ | |
if(realpath(__FILE__) === realpath($_SERVER["SCRIPT_FILENAME"])) |