aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; ?>