From 292229395bf949f0ec893232e128f592bd1346fe Mon Sep 17 00:00:00 2001
From: Blista Kanjo
Date: Sun, 28 Nov 2021 20:49:56 -0500
Subject: themes now added
---
download.php | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 147 insertions(+), 5 deletions(-)
(limited to 'download.php')
diff --git a/download.php b/download.php
index 5cd683b..4c0cedc 100644
--- a/download.php
+++ b/download.php
@@ -35,7 +35,7 @@
output/'$push'");
- shell_exec("cat output/pres.md output/'$push' > output/'$convert'");
+ shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'");
shell_exec($conversion);
// sleep(1); ?>
@@ -61,6 +61,148 @@
+ output/'$push'");
+ shell_exec("cat output/strengthInNumbers.md output/'$push' > output/'$convert'");
+ shell_exec($conversion);
+ // sleep(1); ?>
+
+
+
+
+
+ output/'$push'");
+ shell_exec("cat output/thatMagazine.md output/'$push' > output/'$convert'");
+ shell_exec($conversion);
+ // sleep(1); ?>
+
+
+
+
+
+ output/'$push'");
+ shell_exec("cat output/cuppertinoIsh.md output/'$push' > output/'$convert'");
+ shell_exec($conversion);
+ // sleep(1); ?>
+
+
+
+
+
+ output/'$push'");
+ shell_exec("cat output/lazyProfessor.md output/'$push' > output/'$convert'");
+ shell_exec($conversion);
+ // sleep(1); ?>
+
+
+
+
+
+ output/'$push'");
+ shell_exec("cat output/redmond2003.md output/'$push' > output/'$convert'");
+ shell_exec($conversion);
+ // sleep(1); ?>
+
+
+
+
+
+
+
--
cgit v1.2.3