f5569e4755
I think this dir shouldn't have anything non-necessary in the root.
14 linhas
175 B
PHP
14 linhas
175 B
PHP
<?php
|
|
|
|
// Warning: line numbers are sensitive, do not change
|
|
|
|
class :fb:my:thing {
|
|
|
|
function doIt() {
|
|
echo "doing my thing\n";
|
|
}
|
|
}
|
|
|
|
error_log('break_t4.php loaded');
|
|
|