...
Code Block |
---|
// include the who's online functions xtc_update_whos_online(); |
Datei includes/application_top_callback.php
Einfügen vor ?>
Code Block |
---|
require (DIR_WS_FUNCTIONS.'sessions.php'); |
Datei includes/database_tables.php
Eindügen Einfügen vor ?>
Code Block |
---|
// PayPal define('TABLE_PAYPAL', 'paypal'); define('TABLE_PAYPAL_STATUS_HISTORY', 'paypal_status_history'); |
...