Codebase list ohcount / lintian-fixes/main test / gestalt_files / moodle / moodle.php
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

moodle.php @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
<?php

class Sample
{
 $foo = '/moodle/blocks/';
}

?>