1
0
Fork 0
mirror of https://github.com/gtbu/Typesetter-5.3-p8.git synced 2025-03-13 11:33:14 +01:00
Typesetter-Original-gtbu/addons/--AntiSpamMath/Text.php
2021-09-08 19:52:21 +02:00

13 lines
189 B
PHP

<?php
defined('is_running') or die('Not an entry point...');
$texts = array();
$texts[] = 'plus';
$texts[] = 'minus';
$texts[] = 'divided by';
$texts[] = 'times';
$texts[] = 'equals';