Skip to content

Instantly share code, notes, and snippets.

A basic IF demonstration by Jane Doe.

Version 1.0

Hurrying through the rainswept November night, you're glad to see the bright lights of the Opera House. It's surprising that there aren't more people about but, hey, what do you expect in a cheap demo game...?

[Foyer]("Foyer of the Opera House")

@janbru
janbru / verzenden.php
Last active August 29, 2015 14:17
PrestaShop export naar PostNL Zendinggegevens
<?php
if (!defined('_PS_ADMIN_DIR_'))
define('_PS_ADMIN_DIR_', getcwd());
include(_PS_ADMIN_DIR_.'/../config/config.inc.php');
/* Getting cookie or logout */
require_once(_PS_ADMIN_DIR_.'/init.php');
$file_name = "verzenden.csv";