require_once() is inperformant, replace with require()
[core.git] / inc / classes / third_party / api / primusportal / class_PrimeraApi.php
index de237fd65309a7c982ab969447e81cf1322a3865..1f7036e935da2eff22abf71c1bb44e64ef931463 100644 (file)
@@ -17,7 +17,7 @@
  * Die Einbindung des Interfaces geschieht folgendermaßen:
  *  1. Einbindung der Klasse in Ihr PHP-Auszahlungsskript:
  *     CODE:
- *       require_once( "PFAD/ZU/DER/KLASSE/PrimusInterface.class.php" );
+ *       require( "PFAD/ZU/DER/KLASSE/PrimusInterface.class.php" );
  *       $PPUsername = "username"; // Ihr Username bei Primusportal
  *       $PPPassword = "passwort"; // Ihr Passwort bei Primusportal
  *