X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstatic-configuration;h=0e9d0169c82835ad220801c80c0dbd0b11b43cf2;hp=3ff84923a073544b21b809831f05cd16fba1c2a7;hb=a12a50f59c9315c2eff000ce97098915995de589;hpb=ad8da11f6d0664e0fb3c8707a869425088daea7e diff --git a/web/static-configuration b/web/static-configuration index 3ff84923..0e9d0169 100644 --- a/web/static-configuration +++ b/web/static-configuration @@ -6,7 +6,7 @@ $tempfolder = "/home/ccan/upload-temp/"; $uploadscript = "http://ccan.ozlabs.org/uploader.php"; //infofile -$infofile = '/_info.c'; +$infofile = '/_info'; //ccan admin $ccanadmin = "rusty@rustcorp.com.au"; @@ -22,10 +22,10 @@ $repo_base = 'http://ccan.ozlabs.org/repo/?cmd=inventory;path='; function extract_field($field,$module) { - return htmlspecialchars(shell_exec('tools/doc_extract '.$field.' '.$module.'/_info.c')); + return htmlspecialchars(shell_exec('tools/doc_extract '.$field.' '.$module.'/_info')); } -# Convert double line breaks into paragraphs, and blank spaces into preformat. +// Convert double line breaks into paragraphs, and blank spaces into preformat. function htmlize_field($field,$module) { $state="inpara";