Skip to content

Commit f62f035

Browse files
committed
Minor fixes and code cleanup
1 parent 2d59668 commit f62f035

7 files changed

Lines changed: 6 additions & 7 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_CRYPT_SALT=eEAfR|_&G&f,+vU]:jFr!!A&+71w1Ms9~8_4L!<@[N@DyaIP_2My|:+.u>/6m,$D
22
APP_BASE_URI=/
3-
APP_PUBLIC_URL=vokuro.phalcon.io
3+
APP_PUBLIC_URL=dev.vokuro.phalcon.io
44

55
# Supported adapters are:
66
# - mysql

resources/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN export PHALCON_REPO="https://packagecloud.io/phalcon/$PHALCON_BRANCH" \
3636
&& echo "extension=psr.so" > "$PHP_INI_DIR/conf.d/docker-php-ext-psr.ini" \
3737
&& echo "extension=phalcon.so" > "$PHP_INI_DIR/conf.d/docker-php-ext-phalcon.ini" \
3838
&& php -m | grep -i "opcache\|mysql\|phalcon\|psr\|pdo\|mbstring" \
39-
&& unset PHALCON_REPO PHALCON_PKG \
4039
&& mv /code/.env.example /code/.env \
4140
&& apt-get autoremove -y \
4241
&& apt-get autoclean -y \

themes/vokuro/about/index.volt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
This is a sample application for the <a href="https://phalcon.io">Phalcon Framework</a>. We expect to implement as many features
55
as possible to show how the framework works and its potential. Please write us if you have any
66
feedback or comments. Feel free to clone the code of this application <a href="https://github.com/phalcon/vokuro">here</a>.
7-
The purpose of this application is merely academic. Thanks!.
7+
The purpose of this application is merely academic. Thanks!
88
</div>

themes/vokuro/emailTemplates/confirmation.volt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<br>
1919
<br>
20-
Vökuró!. Enjoy!
20+
Vökuró. Enjoy!
2121
<br>
2222
</p>
2323
</td>

themes/vokuro/emailTemplates/reset.volt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
<br>
1818
<br>
19-
Vökuró!. Enjoy!
19+
Vökuró. Enjoy!
2020
<br>
2121
</p>
2222
</td>

themes/vokuro/layouts/emailTemplates.volt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
1+
<html lang="en">
22
<head></head>
33
<body style="background-color: #E4E4E4;padding: 20px; margin: 0; min-width: 640px;">
44
<table border="0" cellspacing="0" width="530" style="color:#262626;background-color:#fff;padding:27px 30px 20px 30px;margin:auto;border:1px solid #e1e1e1;">

themes/vokuro/users/edit.volt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</tr>
8484
{% else %}
8585
<tr>
86-
<td colspan="3" class="text-center">User does not have successfull logins</td>
86+
<td colspan="3" class="text-center">User does not have successful logins</td>
8787
</tr>
8888
{% endfor %}
8989
</tbody>

0 commit comments

Comments
 (0)