first commit
This commit is contained in:
11
htmlpurifier-4.10.0/maintenance/merge-library.php
Executable file
11
htmlpurifier-4.10.0/maintenance/merge-library.php
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Deprecated in favor of generate-standalone.php.
|
||||
*/
|
||||
|
||||
require dirname(__FILE__) . '/generate-standalone.php';
|
||||
|
||||
// vim: et sw=4 sts=4
|
Reference in New Issue
Block a user