Typesetter-Original-gtbu/addons/--AntiSpamMath/Text.php

14 lines
189 B
PHP
Raw Normal View History

2021-09-08 19:52:21 +02:00
<?php
defined('is_running') or die('Not an entry point...');
$texts = array();
$texts[] = 'plus';
$texts[] = 'minus';
$texts[] = 'divided by';
$texts[] = 'times';
$texts[] = 'equals';