13 lines
84 B
PHP
13 lines
84 B
PHP
|
<?php
|
||
|
/*
|
||
|
* A flexible comment system
|
||
|
*/
|
||
|
|
||
|
namespace Sakura;
|
||
|
|
||
|
class Comments {
|
||
|
|
||
|
|
||
|
|
||
|
}
|