aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-05 23:56:47 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-05 23:57:13 -0400
commitc759bf34d408d37598cd16d16c5e1b9243029bb1 (patch)
tree2b3e50035ea42ca6128ed17bd55aa3b521f0a70d /app/views/index.view.php
parent83acb88bc1af09c10b2c906ba46435a448235ab4 (diff)
downloadthedroneely.com-c759bf34d408d37598cd16d16c5e1b9243029bb1.tar.gz
thedroneely.com-c759bf34d408d37598cd16d16c5e1b9243029bb1.tar.bz2
thedroneely.com-c759bf34d408d37598cd16d16c5e1b9243029bb1.zip
app/views/index: Use custom quotes database
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 359410c..1fdb924 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -33,7 +33,7 @@
<div class="content">
- <?php $quote = shell_exec('fortune -s'); ?>
+ <?php $quote = shell_exec('fortune quotes'); ?>
<span class="marginnote leftnote">
<span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
<?php echo $quote; ?>