mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
12b811d749
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
12 lines
170 B
PHP
Executable File
12 lines
170 B
PHP
Executable File
#!/usr/bin/php
|
|
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Deprecated in favor of generate-standalone.php.
|
|
*/
|
|
|
|
require dirname(__FILE__) . '/generate-standalone.php';
|
|
|
|
// vim: et sw=4 sts=4
|