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