# HG changeset patch # User Adnan Sinanovic # Date 1350204607 0 # Node ID 53eb00a2c8b29b12adaad209c9c847928a02c8e2 # Parent 90719a3d91455c9dd373c44a757c5b24e6568bdc removed few lines of code in config.php that was preventing SliTaz cooking image to be downloaded diff -r 90719a3d9145 -r 53eb00a2c8b2 bs/sponsor/index.php --- a/bs/sponsor/index.php Sun Oct 14 05:32:10 2012 +0000 +++ b/bs/sponsor/index.php Sun Oct 14 08:50:07 2012 +0000 @@ -3,7 +3,7 @@ - SliTaz - Sponzor + SliTaz - Sponsorship @@ -11,17 +11,18 @@ - +
- +

Sponsorship

- SliTaz is a non-profit based project and we are always looking for - new ways to monetary support the project and provide new hardware. + SliTaz je neprofitni temelj projekat i mi smo uvijek u + potrazi za novim načinima za monetarne potpore projektima i + dodati novi hardver.

Help the project via a small donation:

diff -r 90719a3d9145 -r 53eb00a2c8b2 config.php --- a/config.php Sun Oct 14 05:32:10 2012 +0000 +++ b/config.php Sun Oct 14 08:50:07 2012 +0000 @@ -22,11 +22,6 @@ //$cooking_pkgs = "3 Gb"; //$cooking_iso = "$mirror/cooking/slitaz-$cooking_ver.iso"; -// ANY variable above MUST exist ! -$cooking = ''; -$cooking_ver = ''; -$cooking_size = ''; -$cooking_pkgs = ''; -$cooking_iso = ''; + ?>